daniel-zahariev / php-aws-ses

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

Region Issue #57

Closed webfactorymatt closed 3 years ago

webfactorymatt commented 5 years ago

EU_WEST_1 is entered as EU_WEST1 in SimpleEmailService.php.

This is inconsistent with AWS naming conventions and documentation. Possibly would be better to add an addition line for the correct naming convention rather than remove the other one for backwards compatibility.