We use Amazon SES to send out bulk emails, which are templated by Amazon using special SES custom headers. That works fine when using SMTP, but the amazon_ses module uses a SecondEmail call that that does not allow you to specify custom headers. That in turn means our template isn't applied (and we can't add in the mandatory 1-click unsubscribe links that Amazon requires)
Add either a config option on the current handler to flip between Send and SendRaw or implement a second handler class (amazon_ses_raw) to allow operation both ways as needed.
All of it.
Extra settings.
Ideally none.
No.
Closed: works as designed
3.0
Code