One thing that helped me once was to make sure the From e-mail address
is really from an e-mail account on that Web site on that server.
Also here's an interesting link:
VBScript To Send Email Using CDO
http://www.paulsadowski.com/WSH/cdo.htm
Interesting about halfway down is: Sending a text email using
authentication against a remote SMTP server
Best regards,
J. Paul Schmidt, Freelance ASP Web Designer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
<<
I am using CDONTS to send a mail.There is no error in the code and it
says
that the mail has been send successfully,But i am not receiving any
mails.please help.
The Code
Set vobjMail = CreateObject("CDO.Message")
vobjMail.From= Email address
vobjMail.To= Email address
vobjMail.Subject= The subject
vobjMail.TextBody= The Body
vobjMail.Send
set vobjMail=nothing
>>
*** Sent via Developersdex
http://www.developersdex.com ***