

Daninger’s SMTP for Amazon SES reconfigures the WordPress wp_mail() function to deliver email through Amazon SES using your SES SMTP credentials. It hooks into phpmailer_init and points PHPMailer at the Amazon SES SMTP endpoint for your region.
This plugin does one thing only. There are no other mailer integrations, no onboarding wizards, no usage tracking, no email logging, and no upsells.
Daninger’s SMTP for Amazon SES is an independent project and is not affiliated with, endorsed by, or sponsored by Amazon Web Services. “Amazon SES” and “Amazon Web Services” are trademarks of Amazon.com, Inc. or its affiliates.
This plugin sends your site’s outgoing email through Amazon Simple Email Service (Amazon SES), a third-party email delivery service operated by Amazon Web Services, Inc. (AWS). You must supply your own Amazon SES account and SMTP credentials; the plugin does not create an account for you and does not connect to any service operated by the plugin author.
What data is sent, and when: whenever WordPress sends an email (for example password resets, new-user notifications, contact-form messages, or the built-in test email), and the plugin is enabled and configured, it connects over SMTP to the Amazon SES endpoint you specify (e.g. email-smtp.us-east-1.amazonaws.com) and transmits that email — including the recipient address, subject, body, headers, and any attachments — to Amazon SES for delivery. Your SMTP username and password are sent to Amazon SES to authenticate the connection. No email or data is sent to Amazon SES unless WordPress itself triggers an email.
The plugin does not collect analytics and does not contact any other external service.
Amazon SES is provided by Amazon Web Services, Inc.:
email-smtp.us-east-1.amazonaws.com, email-smtp.us-west-2.amazonaws.com, email-smtp.eu-west-1.amazonaws.com.587 or 25 for STARTTLS/TLS, 465 or 2465 for SSL.TLS (recommended), SSL, or None.