daniel-zahariev / php-aws-ses

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

Can we add support for SendRawEmailAsync? #43

Closed CBox closed 7 years ago

CBox commented 7 years ago

Hey,

I'm trying to add another action for sending an email: sendRawEmailAsync

But I'm getting an error: Sender - InvalidAction: Could not find operation SendRawEmailAsync for version 2010-12-01

I don't think there is newer version than this but there is an option to send SendRawEmailAsync: http://docs.aws.amazon.com/aws-sdk-php/v3/api/api-email-2010-12-01.html#sendrawemail

If you can point me to the right direction I'll make the changes and commit :)

Thanks.

daniel-zahariev commented 7 years ago

Hi @CBox, the documentation you're referring to is for Amazon's PHP SDK. The current package doesn't provide the method sendRawEmailAsync.