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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21383460.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21699530.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20302457.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23408306.htm...