daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

Not working ;-( #20

Closed boussou closed 9 years ago

boussou commented 9 years ago

I was happy to find an alternative to the bloated AWS SDK. But it is not working actually.

I think it is a bad header.

PHP Warning: SimpleEmailService::sendEmail(): Sender - 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 am sure I provided the proper access key/password

boussou commented 9 years ago

Sorry, apparently there was an error with the rights on the default generated creds. It was allowed only for SendRaw...().

So: Thanks, it works it is as good as the official SDK