Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to send an email using Amazon SES. But i am stuck in an issue.

In order to implement Amazon SES, I have downloaded AWS SDK and installed it successfully.

It exposed the Email send classes under

Amazon Amazon.SimpleEmail Amazon.SimpleEmail.Model

However, I am unable to successfully send an email using sample code provided in SDK as well as on internet. While attempting to send email following exception has been encountered:

XML
===========================================

Welcome to the AWS .NET SDK!
Caught Exception: 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. Response Status Code: Forbidden Error Code: SignatureDoesNotMatch Error Type: Unknown Request ID: 21941641-ec1e-4845-83d8-d719dd5c822e XML: <?xml version="1.0" encoding="UTF-8"?> SignatureDoesNotMatchThe 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.21941641-ec1e-4845-83d8-d719dd5c822e

Caught Exception: 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. Response Status Code: Forbidden Error Code: SignatureDoesNotMatch Error Type: Unknown Request ID: 75963720-0392-46db-d92f-5c5d2452836e XML: SignatureDoesNotMatchThe 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.

</Message></Error></Errors><RequestID>75963720-0392-46db-d92f-5c5d2452836e</RequestID></Response>

Caught Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. Response Status Code: Forbidden Error Code: SignatureDoesNotMatch Request ID: 0E68EC31B70065EE XML: SignatureDoesNotMatchThe request signature we calculated does not match the signature you provided. Check your key and signing method.47 45 54 0a 0a 0a 0a 78 2d 61 6d 7a 2d 64 61 74 65 3a 54 68 75 2c 20 30 32 20 46 65 62 20 32 30 31 32 20 32 33 3a 31 32 3a 31 32 20 47 4d 54 0a 2f0E68EC31B70065EEwGEFXVvobchvu85xzk++jrayRuz6lOB8VlT6vDEArnKwoFXrHKVNMaTB+7MrIY3dBD2hoIwqTf45ZMRKO2oeOqw+bP4=GET x-amz-date:Thu, 02 Feb 2012 23:12:12 GMT /</StringToSign><AWSAccessKeyId></AWSAccessKeyId></Error>



Can any body help me out? Waiting for your valuable response.

Thanks.
Posted

1 solution

Why are you not asking Amazon about this? After all, they wrote the library and know everything about it.

The chances of someone here who has used any specific library and stumble across your message are next to 0.

It is always better to ask questions about a vendor-specific library in the supportt forums provided by the vendor.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900