AWS SES SDK

Has anyone started the implementation of AWS SES SDK? I recall it being talked about. I was going to start but did not want to duplicate any efforts.

Has anyone started the implementation of AWS SES SDK? I recall it being talked about. I was going to start but did not want to duplicate any efforts.

I’m not sure what that is so I’m probably not the guy you should be asking…

It is the PHP SDK for Amazon Simple Email Service. So instead of using SMTP to Amazon SES you would send emails via REST and it would be much faster.

Anyway, thanks for the response. I will just implement it for myself and see how it goes.