can anyone convert this to cdosys?

Discussion in 'Email' started by neeb1954, Aug 12, 2011.

  1. Help
    can anyone convert this to cdosys
    I hAVE SPENT HOURS AND HOURS TRYING TO

    Case 4 'CDONTS
    Set objMail = Server.CreateObject("CDONTS.NewMail")
    With objMail
    .To = """" & strToName & """<" & strToEmail & ">"
    .From = """" & strFromName & """<" & strFromEmail & ">"
    .Subject = strSubject
    .MailFormat = 1
    .BodyFormat = 1
    .Body = strBody
    .Send
    End With
     

Share This Page