Wednesday, May 1, 2019

spam marked - Why am I getting 500 error while trying to send emails to some domains?

Recently I've been seeing the following error while trying to send emails to some domains:



Final-Recipient: name@example.com
Original-Recipient: name@example.com
Action: failed
Status: 5.0.0
Remote-MTA: dns; mail.example.com

Diagnostic-Code: smtp; 550 "The mail server detected your message as spam and
has prevented delivery."


Neither my IP address nor my domain is blacklisted. The email is a simple test email without attachments or links.



What can I do or where can I get more information about this issue?



Thank you

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...