Sending an HTML email from a pre-made file
Yaron Assa This QTip is another variation of Sending an HTML email.
Windows 2000 and Windows XP use CDO messaging as a replacement for CDONTS. Sending email with CDO is a simple task. First we create a reference to the CDO component:
Set objMessage = CreateObject(”CDO.Message”)
Then fill-in Sender, Subject and Recipient (To) fields of the headers and the […]





Recent Comments