SMTP configuration SendUsing configuration value is invalid with ASP-Classic
问题 I'm trying to get an email sent using ASP classic, and am having trouble with SMTP configuration. The error: CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. The Code(for the email itself): Set objMsg = Server.CreateObject("CDO.Message") objMsg.From = "name@name.com" objMsg.To = "themetatron@gmail.com" objMsg.Subject = "Procurement Ally Update" objMsg.TextBody = strBody The Code I tried to configure with (pt 1): sch = "http://schemas.microsoft.com/cdo