Hi all,
I have tried to send the below message but nothing happends.
The server has the SMTP service running.
<%
Dim msgBody
msgBody = "Message"
Set myMail = CreateObject("CDONTS.NewMail"
myMail.From = "kent.johnson@pannordic.com"
myMail.To = "kent.johnson@pannordic.com"
myMail.Cc = ""
myMail.BCC = ""
myMail.Subject = ""
myMail.Body = msgBody
myMail.Send
Set myMail = Nothing
Response.Write ("Message is sent?"
%>
What can be wrong?
/Kent J.
I have tried to send the below message but nothing happends.
The server has the SMTP service running.
<%
Dim msgBody
msgBody = "Message"
Set myMail = CreateObject("CDONTS.NewMail"
myMail.From = "kent.johnson@pannordic.com"
myMail.To = "kent.johnson@pannordic.com"
myMail.Cc = ""
myMail.BCC = ""
myMail.Subject = ""
myMail.Body = msgBody
myMail.Send
Set myMail = Nothing
Response.Write ("Message is sent?"
%>
What can be wrong?
/Kent J.