juanferman
Programmer
Hi guys,
I'm here again.
I have problems. When I try to run an script to send emails using CDONTS I have the error: Permission denied in the line 12 (objNewMail.Send)
Can any body of you help me solving this issue ?
Thanks very much.
The Code that I'm using is:
<%
Set objNewMail = Server.CreateObject("CDONTS.NewMail"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
objNewMail.From = "jsarria@aol.com"
objNewMail.To = "Berberian@aol.com; cmdwebmaster@brother.com"
objNewMail.Cc = "cat@aol.com"
objNewMail.Subject = "Testing email"
objNewMail.Body = "Testing email using: CDONTS.NewMail"
objNewMail.MailFormat = 0
objNewMail.BodyFormat = 0
objNewMail.Send
Set objNewMail = Nothing
%>
===================
:
Juan F. Sarria
I'm here again.
I have problems. When I try to run an script to send emails using CDONTS I have the error: Permission denied in the line 12 (objNewMail.Send)
Can any body of you help me solving this issue ?
Thanks very much.
The Code that I'm using is:
<%
Set objNewMail = Server.CreateObject("CDONTS.NewMail"
objNewMail.From = "jsarria@aol.com"
objNewMail.To = "Berberian@aol.com; cmdwebmaster@brother.com"
objNewMail.Cc = "cat@aol.com"
objNewMail.Subject = "Testing email"
objNewMail.Body = "Testing email using: CDONTS.NewMail"
objNewMail.MailFormat = 0
objNewMail.BodyFormat = 0
objNewMail.Send
Set objNewMail = Nothing
%>
===================
: