Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for free component to send email using ASP 1

Status
Not open for further replies.

thelordoftherings

Programmer
May 16, 2004
616
IL
Hello,

I've seen at the faq a post regarding how to send an email using ASP. According to this post one of the foollowing components should work without producing an error:

dim objMail
set objMail = Server.CreateObject"Persits.MailSender") set objMail = Server.CreateObject("SMTPsvg.Mailer") set objMail = Server.CreateObject("CDONTS.Newmail")
set objMail = Server.CreateObject("JMail.SMTPMail")

On my server all the above produces a CreateObject error which means that I don't have any of them. Is there a free component that I can use/install which does this job?
 
10X ChrisHirst, do u know if I can attach a file from the server to the messege as well?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top