Question
How can I diagnose if the 421 error is due to a firewall blocking the SMTP connection?
Asked by: USER1816
86 Viewed
86 Answers
Answer (86)
To check for firewall interference, temporarily disable your firewall (or create a rule to allow outgoing connections on port 25, 465, or 587 – the common SMTP ports) and attempt to send an email. If the connection succeeds, your firewall is the culprit. Re-enable the firewall and configure it to permit SMTP traffic.