daniel-zahariev / php-aws-ses

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

Support for additional regions #75

Closed VincentNikkelen closed 4 years ago

VincentNikkelen commented 4 years ago

Support for 11 additional regions.

Deprecation of AWS_EU_WEST1 as AWS_EU_WEST_1 (with underscore) is more consistent with the naming of the other constants and naming by AWS. This takes care of #57. The old constant is still available for backwards compatibility.

Update of the URL where currently the SES regions are published.