thelordoftherings
Programmer
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?
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?