Send an attachment in a email using asp
Send an attachment in a...
This shows you how to send a attachment via email using asp. strFile = "c:\dir\file.vcs" Set oNewMail = Server.CreateObject("CDONTS.NewMail") oNewMail.From = "fuscptc@eximc.nam.dow.com" oNewMail.To = "u369373@eximc.nam.dow.com" oNewMail.Subject = "Updated Education &...