Confused on using AWS custom domain email address & 3rd party transactional email service

0

Hi! I have already bought a domain address and using route 53 to point it to my website.

Now, my website needs to send transactional emails via API. We are using a transactional email service called Bravo. So, it asks for a custom email address for my domain that it will use to send the mass emails.

How do I go about creating a custom domain email address? AWS workmail creates a complete suite of email but for employees within organisation and Amazon SES is mass mailing service.

Can someone help me?

1 Answer
1

Hi jnayan1194,

I think Amazon SES is actually the way to go if you need to only send emails and in mass.

Basically you create and verify a verified identity, f.e. an email-address in your usecase:

https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html

Then you can integrate it in your webserver/application by configuring smtp credentials:

https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html

Sincerely Heiko

profile picture
HeikoMR
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions