Aws Ses
This addon is a handler to remove bounce messages detected within the Amazon SES e-mail framework.
To configure SES we recommend you specifically set the newsletter configuration options so that only newsletters send via your Amazon SES SMTP server. This has a number of advantages:
To use SES via SMTP, you need to use TLS, which means you need the better_mail addon.
It is not optional that you have to remove bounced addresses from your newsletter: Amazon may penalise you if you don't. You therefore need to listen to the bounces that Amazon picks up.
You need to:
Maximum version: 11.9
Amazon SES
Amazon SES allows very high volume bulk e-mailing, while conventional web hosts will put low limits on how many e-mails you can send. SES is by far the best priced bulk e-mailing provider.To configure SES we recommend you specifically set the newsletter configuration options so that only newsletters send via your Amazon SES SMTP server. This has a number of advantages:
- You can make use of the SES sandbox to test your infrastructure separate to your other e-mailing activities
- SES is subject to an approval step, so you can't switch over to it immediately anyway
- SES has particular policies that you must comply with, and if they judge you as non-compliant you don't want all your e-mail to stop
- Usually your host-based e-mail is free, while SES is paid – so it makes sense to only use SES for when you really do need the high-volume stuff
- SES is more likely to be on spam blocklists, so it makes sense to isolate its use to bulk e-mail only
- Putting your bulk e-mail through a separate queue will avoid clogging up the delivery of your other e-mails, which may be more time-sensitive
To use SES via SMTP, you need to use TLS, which means you need the better_mail addon.
It is not optional that you have to remove bounced addresses from your newsletter: Amazon may penalise you if you don't. You therefore need to listen to the bounces that Amazon picks up.
You need to:
- Set up an Amazon SNS topic
- Set up an HTTP subscription to the topic to http://baseurl/data_custom/amazon_sns_topic_handler.php
- Set up SNS to publish to the topic
System Requirements / Dependencies
PHP curl extension, PHP openssl extensionWebsite Software Requirements
Minimum version: 11Maximum version: 11.9
0 reviews: Unrated
There have been no comments yet