daniel-zahariev / php-aws-ses

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

Error message format #58

Open JoyceBabu opened 5 years ago

JoyceBabu commented 5 years ago

https://github.com/daniel-zahariev/php-aws-ses/blob/fe3750510faaa2b4441f8d819be19c8c4f934ca0/src/SimpleEmailService.php#L523

The error response format is not compatible with Amazon SES error response $ses_response->error. $ses_response is an stdClass instance. Also, the message key is Message and not message.