Hi,
I am trying to send emails using CDO (asp&vbscript)
eg: Set sendmail = Server.CreateObject("CDO.Message")
I am getting the error :
"CDO.Message.1 (0x80040220)
The "SendUsing" configuration value is invalid. "
which is erroring on this line of code: sendmail.Send()
I cannot figure out the reason - does anyone have any suggestions???
Many Thanks!
I am trying to send emails using CDO (asp&vbscript)
eg: Set sendmail = Server.CreateObject("CDO.Message")
I am getting the error :
"CDO.Message.1 (0x80040220)
The "SendUsing" configuration value is invalid. "
which is erroring on this line of code: sendmail.Send()
I cannot figure out the reason - does anyone have any suggestions???
Many Thanks!