I have a friend who runs his website on a windows 2008 server. I have set up an asp classic form to email page on his website (hisdomain.com) which takes the input from a contact form and sends it out by email.
The problem is that it only works if the email is being sent to a different domain (something@anotherdomain.com). If the email is being sent to the same domain (anything@hisdomain.com) it never arrives.
Mailer.AddAddress "someone@anotherdomain.com"
Works.
Mailer.AddAddress "someone@hisdomain.com"
Does not work.
I have hunted this site and Google for a resolution but cannot find one.
Does anyone know how to fix this issue?
Many thanks
Tog Porter