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!

VBScript error: permission denied

Status
Not open for further replies.

kay41

Programmer
May 9, 2000
4
FR
Hello,<br><br>In order to send e-mails in ASP, I have installed IIS SMTP service. But there is still an error when I send the message:<br><br>Set objNewMail = Server.CreateObject(&quot;CDONTS.NewMail&quot;)<br>objNewMail.From = &quot;<A HREF="mailto:me@here.com">me@here.com</A>&quot;<br>objNewMail.To = &quot;<A HREF="mailto:toto@tutu.fr">toto@tutu.fr</A>&quot;<br>objNewMail.Subject = &quot;test&quot;<br>objNewMail.Body = &quot;Don't forget to feed the cats!&quot;<br>intMsgImportance = 0 'Low<br>objNewMail.Send<br>Set objNewMail = Nothing<br><br>Erreur d'exécution Microsoft VBScript erreur '800a0046' <br><br>Permission refusée <br><br>/MyAsp/mailtest.asp, ligne 12 <br><br>The error occured on &quot;objNewMail.Send&quot;. Is it a bad configuration or what? <br>I really need your help!<br><br>Thanks, bye<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kay<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top