Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~353 People Reached
Favorite Forums
Favorite Tags
asp x 1
Member Avatar for cancer10

I am trying to send an email using CDOSYS with classic ASP. But I am getting this error: [CODE]CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. /send.asp, line 8 line1 <% line2 Dim myMail line3 Set myMail=CreateObject("CDO.Message") line4 myMail.Subject="Sending email with CDO" line5 myMail.From="from@domain.com" line6 myMail.To="to@domain.com" line7 myMail.TextBody="This is …

Member Avatar for shant1976
0
353