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 &...
Send an attachment in a...

