Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignatureDoesNotMatch error #31

Open
nechmads opened this issue Feb 21, 2012 · 7 comments
Open

SignatureDoesNotMatch error #31

nechmads opened this issue Feb 21, 2012 · 7 comments

Comments

@nechmads
Copy link

I'm using this gem with rails 3.1.1 and whatever I do I keep getting error:
AWS::SES::ResponseError (SignatureDoesNotMatch - The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.)

I'm sending this using the ActionMailer configuration option

@ka8725
Copy link

ka8725 commented Feb 28, 2012

The same issue. It seems to me that SES has changed API and we have this error now...

@silent-e
Copy link

Could be that Amazon recommends not using your Access Key and Secret to send via SMTP. From their SMTP Settings page...

"Note: Your SMTP credentials are not the same things as your AWS access key ID and secret key! Never supply your AWS credentials in response to any requests for SMTP usernames and passwords - use your SMTP credentials instead."

I am successfully using my access key ID and secret but am considering not using the gem and changing my setup to use my SMTP credentials.

Would love to see the gem update.

@mping
Copy link

mping commented Jul 6, 2012

Any update on this?

@mping
Copy link

mping commented Jul 6, 2012

Got it. You need to use AWS access keys, found here:
https://portal.aws.amazon.com/gp/aws/securityCredentials

Here's a guide to getting the access keys:
http://docs.amazonwebservices.com/ses/latest/GettingStartedGuide/GetAccessIDs.html

@johnnyshields
Copy link

Would it be possible to modify the aws-ses gem so we use the SMTP credentials rather than the AWS credentials (or give a choice to use one or the other?)

Is there any chance that Amazon may disallow using AWS credentials in the future?

@drewblas
Copy link
Owner

If you want to use SMTP, then there is no need at all for the aws-ses gem,
so it would be pointless to add support for it.

Just use the normal mail gem and connect via smtp like you would any other
mail host, nothing special needs to be done.

On Sep 10, 2013, at 2:00 AM, Johnny Shields notifications@github.com
wrote:

Would it be possible to modify the aws-ses gem so we use the SMTP
credentials rather than the AWS credentials (or give a choice to use one or
the other?)


Reply to this email directly or view it on
GitHubhttps://github.com//issues/31#issuecomment-24137892
.

@johnnyshields
Copy link

Ah OK got it, thanks! Sorry I'm a bit of a newbie to this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants