4

AWS SES Integration


F
Trinitechuk

We moved away from Sendgrid a few years ago when we realised that Amazon SES was offering the same for a fraction of the cost.

Could you please create an SMTP integration with AWS SES so we that our website can use its feature to send emails.

A

Activity Newest / Oldest

C

Chris

This would be tidy, but I'm not sure I would personally use it.
Currently I can use a free plugin like WP Offload SES lite or FluentSMTP. I keep the SES keys in wp-config.php NOT user-configs.php so that they do not get copied over to staging, and therefore behaves similarly to the SendGrid integration.
But the reason I would not use it is that the logging and control within the site using FluentSMTP or WP Offload SES Pro are useful for some types of site, whereas AWS is pretty opaque.