Email with attach file please

B

beny

See the ASP code below in order to send an email. How can I attach
a file to this email please?

set objMailer = Server.CreateObject("CDONTS.Newmail")
objMailer.From = "(e-mail address removed)"
objMailer.To = "(e-mail address removed)"
objMailer.Subject = "a Subject"
objMailer.Body = “I need to know ASPâ€

on error resume next
objMailer.Send
if err then
response.Write err.Description
else
'do nothing it went okay
end if

Thanks a lot

Beny
 
M

Mike Brind

beny said:
See the ASP code below in order to send an email. How can I attach
a file to this email please?

set objMailer = Server.CreateObject("CDONTS.Newmail")
objMailer.From = "(e-mail address removed)"
objMailer.To = "(e-mail address removed)"
objMailer.Subject = "a Subject"
objMailer.Body = "I need to know ASP"

on error resume next
objMailer.Send
if err then
response.Write err.Description
else
'do nothing it went okay
end if

Thanks a lot

Beny

Get rid of it if you are on Windows 2000 or better and use CDO

http://www.w3schools.com/asp/asp_send_email.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top