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
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