I having issues with the email deliverability. Recently migrated my website and emails from a shred environment to AWS lightsail instance. And configured the DNS using the Route53 service of AWS. I was able to receive email to my [email protected] and egtting error while sending test emails to the gmail or other mail platforms like outlook, hotmail.....
If anyone know this issue, please assists
Tried adding the port 25 to the instance outbound and inbound security settings. Added PTR record, Validated account with DKIM,SPF,DMARC as well.
I having issues with the email deliverability. Recently migrated my website and emails from a shred environment to AWS lightsail instance. And configured the DNS using the Route53 service of AWS. I was able to receive email to my [email protected] and egtting error while sending test emails to the gmail or other mail platforms like outlook, hotmail.....
If anyone know this issue, please assists
Tried adding the port 25 to the instance outbound and inbound security settings. Added PTR record, Validated account with DKIM,SPF,DMARC as well.
Share Improve this question asked Mar 26 at 5:42 Rojin AntonyRojin Antony 11 Answer
Reset to default 0Amazon blocks port 25 connections to prevent spammers from abusing AWS. Opening the security group is not enough to remove this. You have to submit a request to AWS to have the restriction removed on your instance.
Alternatively, you could look into using the Amazon SES service for your domain's emails.