daniel-zahariev / php-aws-ses

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

Enforce use of Signature Version 4 #79

Closed VincentNikkelen closed 3 years ago

VincentNikkelen commented 3 years ago

Enforce use of Signature Version 4 as version 3 isn't supported by AWS anymore.

Keeping parameters for BW compatibility reasons. https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-ses-api-authentication.html

Triggered by #77