Hello everyone,
Could someone help me on this problem. I tried the following code:
<%
set iMsg = CreateObject("CDO.Message")
iMsg.From ="
[email protected]"
iMsg.To = "
[email protected]"
iMsg.Subject= "test mail"
iMsg.TextBody ="test mail"
iMsg.Send
Set iMsg = Nothing
%>
First it works. I had sent several times and it works. Couple days later, I tried to run with different email addresses. It seems to work but I no longer receive any message in my "to" address.
Could you please explain why?
Thanks,
Brandon.