Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CDO on Windows Server 2003

Status
Not open for further replies.

JordanR

Technical User
Oct 3, 2002
182
US
I recently switched over from W2k to W2k3 and I am getting a lot of weird errors with my asp pages.

Microsoft VBScript compilation error '800a0408'

Invalid character

/testing/2k3email.asp, line 4

myMail.From = myname@mydomain.com

this error is about the @ in my email address but when I changed it to Request.form("emailaddress") it never gave me an error about the @ in myMail.To receiver@domain.com

Can someone help me with this?

Thanks
 
try putting in your asp page

myMail.From = "myname@mydomain.com"

if you dont hve it encased in the "" marks the system is going to read it as a variable...
 
Thanks, I really don't know how I missed that one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top