Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure email accounts like [email protected] or [email protected] on AWS

I registered my domain with godaddy.com. Want to use EC2 with SES to host my website on amazon web services.

On my website there would be few email accounts like [email protected] or [email protected]. How can I configure these email accounts on my SES server ( or my ec2 server ); so that I could receive any emails sent to these email addresses ( through some mail client like Outlook, Thunderbird)

like image 319
Deepak Singhal Avatar asked May 17 '12 17:05

Deepak Singhal


2 Answers

This is the answer I received from the AWS team via the AWS forum:

Hello,

I'm sorry to say that SES doesn't handle inbound email today. We are an outbound email delivery service only. However, you could (with some effort) set up a postfix server and a POP3 server on an EC2 instance, get a static IP bound to that EC2 instance, and list that on your MX records. It is a bit more of a challenge than using gmail.com for example, but it would provide you what are looking for.

Thanks, and please let me know if I can help further.

Paolo

like image 98
Deepak Singhal Avatar answered Sep 30 '22 17:09

Deepak Singhal


You can sign your domain up for free Google Apps. During the setup, Google will direct you to modify your domain's MX records in Godaddy in order to receive mail. Then you can use AWS SES to send mail and mail will be received by your domain's Gmail user.

like image 21
jzonthemtn Avatar answered Sep 30 '22 18:09

jzonthemtn