Using Amazon SES w/ MailWizz?

When using the Amazon SES API with MailWizz,
do you still need to set up a sending domain, tracking domain and bounce servers?
or is this done automatically by the Amazon SES API?
 
You will need to set up a sending domain (by adding DNS records) and verify any email addresses you want to send from, within SES. Bounce server is not necessary since that's all being handled automatically by SES.
There's a great guide by Michael Wilding.

What I had to do in addition is to open up the AWS IP addresses with my server's firewall, so the bounce notifications could be sent back. But that depends on your existing firewall settings.
 
When using the Amazon SES API with MailWizz,
do you still need to set up a sending domain, tracking domain and bounce servers?
or is this done automatically by the Amazon SES API?

Tracking domain - you need to setup in Backend - Tracking domain - and set it in SES Delivery server ( if you want to use tracking domain )

To use AWS SES API - make sure you verify Email id in aws ses, so it will handle your bounce, complaint Notification using SNS.

For AWS SES - you dont need to setup sending domain in Mailwizz.
 
Back
Top