Skip to content

PHPMAILER problem

0

Hi people

I have an ec2 with PHP 8.3.7, and a web form that implements phpmailer. The same form in another server works but doesn't work in aws. The SMTP port and security groups for port 25 are enabled. Do you have some idea?

Enter image description here Enter image description here

asked 2 years ago354 views
2 Answers
1
Accepted Answer

Port 25 is disabled and blocked by default in all AWS accounts. This is because AWS are trying to prevent spam mailers from their IP addresses.

You have to apply for access https://repost.aws/knowledge-center/ec2-port-25-throttle

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
0

I will send a msg to AWS support. Appreciate it, thanks.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.