SMTP email are blocking from my EC2

0

I am using 3rd party mail service. I have configured the mail in server with SMTP configuration. It was working fine. Recently no emails are going out from my instance.

MAIL_MAILER=smtp MAIL_HOST=us2.smtp.mailhostbox.com MAIL_PORT=587 MAIL_USERNAME=notification@rnforce.net MAIL_PASSWORD=***** MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=notification@rnforce.net MAIL_FROM_NAME="RnForce - Notifications"

RnForce
已提问 3 个月前141 查看次数
1 回答
0

Hello,

Greetings for the day!

By default, Amazon EC2 throttles instances on port 25 as a spam prevention measure. Please ensure that that this restriction has been removed for your instances. Please refer: https://repost.aws/knowledge-center/ec2-port-25-throttle

Please check your account email to know if there are any blocks imposed on the instance by the AWS Trust & Safety team: https://repost.aws/knowledge-center/aws-abuse-report

You can also reach out to AWS Premium Support team via a support case and they can check the same on your behalf : https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

Kindly check if you have appropriate connectivity between the EC2 instance to the destination email server. You can use commands like telnet, nc to verify the same. Please verify the Security Groups, nACL, Route Table or any OS level firewalls for any connectivity issues.

Lastly, please verify the SMTP service logs in your EC2 instance to understand more on any error codes encountered while sending the emails. I see you are using "mailhostbox". Kindly refer : https://support.mailhostbox.com/email-administrators-guide-error-codes/

Thank you

AWS
支持工程师
已回答 3 个月前
profile pictureAWS
专家
已审核 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则