I have CDONTS on a different portion of the website and it works fine coded like this.
Code:
Set objMail = Server.CreateObject("CDONTS.Newmail")
objMail.From = "NDCMail"
objMail.To = "email..."
objMail.Subject = "New Link Request"
objMail.Body = "'" & strURL1 & "'"
objMail.Send
Set objMail = Nothing
I have just copied that code to the new page and it didn't work either. Just to waste time I tried to use this page and send a test message to myself with the one that I know works. IT DIDN'T WORK! I don't know what to do now. This just worked about 3 days ago. Why not now? The server is up, nothing has changed. I don't understand it.
Both email forms work the same. I get a blank email.
Any help would be very helpful. Thanks again.