Ezilon.com - Target Your Audience, be Seen in Your Region

CDONTS to JMAIL?

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 26 posts

Joined: Nov 2001

My host does not support CDONTS for sending email, but instead uses JMAIL.

I have a example of the code i need (in CDONTS) but need to translate it into a JMAIL version for it to work with my website.

Can anyone help?

<%
Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.From = Request.Form("EMAIL")
objCDO.To = Request.Form("POSTER_EMAIL")
objCDO.cc = Request.Form("EMAIL")
objCDO.Subject = Request.Form("SUBJECT")
objCDO.Body = Request.Form("MESSAGE")
objCDO.Send()
Set objCDO = Nothing
%>

'

Mark Hensler's picture

He has: 4,044 posts

Joined: Aug 2000