I have an Umbraco website with a contact form that when submitted should send an email to a specified email address. It works fine when the 'to email' is on the same domain as the from email. However it seems to throw an error when the 'to email' is on a different domain.
I was just wondering if there is something within Umbraco that I need to do to enable this.
Sending email to a different domain
I have an Umbraco website with a contact form that when submitted should send an email to a specified email address. It works fine when the 'to email' is on the same domain as the from email. However it seems to throw an error when the 'to email' is on a different domain.
I was just wondering if there is something within Umbraco that I need to do to enable this.
Hi Justyna.
It's not an Umbraco related issue, since it is a response sent back from the mail server. But that doesn't mean we can't try to help you! :)
What mailserver provider are you using? SendGrid? MandrillApp? Barracuda?
What port are you using? I saw an issue on StackOverflow where had an similar issue as you, and it turned out to be the wrong port. http://stackoverflow.com/questions/10592026/mailbox-unavailable-the-server-response-was-no-such-domain-at-this-location
Thanks for your help, I thought it was unlikely to be an Umbraco issue. I passed this issue to the team that manages our mailserver.
is working on a reply...