I have a signup page on my website. When the user hits SUBMIT, they get this error message:
error '8004020f'
/about/SignUp.asp, line 223
When I check the code, it is this line, but I get the email anyway. Any ideas?
Set objCDOSYSMail.Configuration = objCDOSYSCon
objCDOSYSMail.From = "
[email protected]"
objCDOSYSMail.To = emailTo
objCDOSYSMail.Subject = "Auto Response from company"
objCDOSYSMail.HTMLBody = BodyText
objCDOSYSMail.Send
This is line 223
'Close the server mail object
Set objCDOSYSMail = Nothing
Set objCDOSYSCon = Nothing