This code has suddenly stopped working.
<%
Dim myMail
Set myMail = CreateObject("CDONTS.NewMail"
myMail.From = "Suggestion Box"
myMail.To = "myemail@mydomain.com"
myMail.Subject = "Suggestion Box Results"
myMail.Body = "email body here"
myMail.Send
Set myMail = Nothing
%>
No error messages are generated, but the mail is not being sent.
This event is logged in NT4:
Virtual Server 1: Routing extension was not specified. Delivery to mailboxes is not available.
Any ideas?
<%
Dim myMail
Set myMail = CreateObject("CDONTS.NewMail"
myMail.From = "Suggestion Box"
myMail.To = "myemail@mydomain.com"
myMail.Subject = "Suggestion Box Results"
myMail.Body = "email body here"
myMail.Send
Set myMail = Nothing
%>
No error messages are generated, but the mail is not being sent.
This event is logged in NT4:
Virtual Server 1: Routing extension was not specified. Delivery to mailboxes is not available.
Any ideas?