2
I have a PHP application and I need an email that will only be used to confirm entries on my system ([email protected]). I was taking a look at Amazon SES, however, I had some doubts:
- How to create a custom email, such as: [email protected] or [email protected]?
- I need to create a
Record Set
on Route 53 of the typeMX
to that email? If yes, how to properly configure that emailRecord Set
? - Need to release port 25 (SMTP) in my Security Group or with the use of SES this is not necessary?
- In Amazon SES itself there is the area for checking emails (
Verify a New Email Address
), I only sent to test a check for the email [email protected] however how I will be able to access the content of the email, and the email in question does not even exist? - I’m using my own function
mail
of PHP, it works correctly with SES or it would be necessary to implement it in a different way?
Answering the first question, you can buy an email on godaddy.com.br if I’m not mistaken are 5 real per month.
– Marconi
@Marconi then cannot create directly through Amazon?
– Igor
Igor with this custom email that you will buy you can send email by SES. I think will come a great answer. Your question is very good.
– Marconi