All,
I am using CDONTS to email from a form. The problem is the only email that receives the messages sent are hotmail accounts. All other email get stuck in the QUEUE folder in the server under inetpub. Another strange problem is when I send an email to a user under the same server where the ASP is running the message gets sent to the DROP folder in the server. The only way to receive the email through CDONTS is through HOTMAIL.
Does anyone know how to fix this?
Here is a sample of my script, it is very simple:
Set MyCDONTSMail = CreateObject("CDONTS.NewMail"
MyCDONTSMail.From = "dcuper1@hotmail.com"
MyCDONTSMail.To = "cuperstein@usa.net"
MyCDONTSMail.Subject ="ADD Member to site"
MyBody = "Member name '"& first &"' '"& last &"'" & vbCrLf
MyBody = MyBody & "the e-mail is '"& femail &"'" & vbCrLf
MyBody = MyBody & "Ate' mais! do form"
MyCDONTSMail.Body= MyBody
MyCDONTSMail.Send
set MyCDONTSMail=nothing
Please, if anyone can help me with this one I greatly apreciate it.
Regards,
Daniel Do you know the Chabad Lubavitch Sheliach in your area?
He is waiting for you!
I am using CDONTS to email from a form. The problem is the only email that receives the messages sent are hotmail accounts. All other email get stuck in the QUEUE folder in the server under inetpub. Another strange problem is when I send an email to a user under the same server where the ASP is running the message gets sent to the DROP folder in the server. The only way to receive the email through CDONTS is through HOTMAIL.
Does anyone know how to fix this?
Here is a sample of my script, it is very simple:
Set MyCDONTSMail = CreateObject("CDONTS.NewMail"
MyCDONTSMail.From = "dcuper1@hotmail.com"
MyCDONTSMail.To = "cuperstein@usa.net"
MyCDONTSMail.Subject ="ADD Member to site"
MyBody = "Member name '"& first &"' '"& last &"'" & vbCrLf
MyBody = MyBody & "the e-mail is '"& femail &"'" & vbCrLf
MyBody = MyBody & "Ate' mais! do form"
MyCDONTSMail.Body= MyBody
MyCDONTSMail.Send
set MyCDONTSMail=nothing
Please, if anyone can help me with this one I greatly apreciate it.
Regards,
Daniel Do you know the Chabad Lubavitch Sheliach in your area?
He is waiting for you!