Reputation: 6969
Have set up a small website for a client however contact form submissions are not getting through to their email address.
The bounce back has this message attached:
550 Requested action not taken: mailbox unavailable or not local
It sends without issue to my email address and others but can't get to any on their domain.
Client's IT guy is a bit clueless so I'm unsure how he's configured the mail server?
Upvotes: 3
Views: 22576
Reputation: 6969
Found the problem, was due to webserver having max entries which meant it was trying to send mail to itself rather than the external mail server.
Deleting DNS entries fixed the problem.
Upvotes: 2
Reputation: 55039
You're probably sending the emails to an incorrect email address, or possible the emails are being sent to the http server for the domain (or similar) but the SMTP server is hosted elsewhere.
Upvotes: 4