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 ([email protected]). If the email is being sent to the same domain ([email protected]) it never arrives.
Mailer.AddAddress "[email protected]"
Works.
Mailer.AddAddress "[email protected]"
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