daniel-zahariev / php-aws-ses

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

SendRaw #9

Closed dwertheimer closed 8 years ago

dwertheimer commented 9 years ago

Thank you for adding RawEmail capability. That came in very handy to me.

One minor bug: in SimpleEmailService::sendEmail, Line 351

It sends back the messageID and the requestID. It appears that AWS/SES returns a different XML format when you send a RAW request, so you should update Line 351 to point to the proper place depending on whether ($action == 'SendRawEmail')

jfdp

daniel-zahariev commented 8 years ago

Long due but now fixed! Thanks.