Domain from GoDaddy , hosting from AWS how to send mail for sign up?

0 views
Skip to first unread message

Republic via StackOverflow

unread,
Dec 24, 2016, 5:43:04 AM12/24/16
to google-appengin...@googlegroups.com

I am using sign for my website. Initially I had "domain + hosting" from GoDaddy , but recently I changed my host provider to AWS. Now, my website not able to send email for signup . What might have gone wrong? Also GoDaddy's email service was extremely slow . Does I need to buy emails service from anyone like Gmail (Remember I need email which says : supp...@mywebsite.com).



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/41312493/domain-from-godaddy-hosting-from-aws-how-to-send-mail-for-sign-up

Ryank via StackOverflow

unread,
Dec 24, 2016, 6:53:07 AM12/24/16
to google-appengin...@googlegroups.com

Reading through the comments, I see you are using PHP mail() function - by default this uses Port 25 to send emails and on Public Cloud providers such as AWS and GCP these are blocked by default.

You have three options: You can request to remove the Port 25 block on your AWS instance: https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request - you could use Amazon SES to give you an SMTP Endpoint to send your mail: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html or you will need to use a third-party service such as SendGrid which allows you to send emails over Port 2525 instead which will resolve your issues.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/41312493/domain-from-godaddy-hosting-from-aws-how-to-send-mail-for-sign-up/41312933#41312933
Reply all
Reply to author
Forward
0 new messages