Advertisement

1 - 4 of 4 containing alltags:("CDONT Attachment") (0 seconds)
HOW DO YOU ATTACH FILE TO EMAIL ON A SERVER? I am using: Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From =from_email objMail.To   =  to_email objMail.Subject = strSubject o...
Zones: ASPDate Answered: 04/10/2005 Grade: A Views: 0
So i have regular .asp page which has To, From, Subject fields and body message textarea. How can I send Email with CDONTS from this page? But I don't want just simple email. I want User to be ab...
Zones: ASPDate Answered: 02/01/2006 Grade: A Views: 0
Hi, I am using the following code      dim xs      xs = """" & "http://www.myURL.com/prodimg/" & rstProduct.fields.getValue("Image") & """"          Set myMail = CreateObject("CDONTS.NewMail...
Zones: ASPDate Answered: 07/12/2003 Grade: A Views: 0
I've been working to try to get an email to be sent from our website using a file uploader code and the current CDONT code I have. I can get the file to upload, but then I can't get the email to go...
Zones: ASP, ASP.Net Programming, ScriptingDate Answered: 05/27/2008 Grade: A Views: 18
  • 1