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("CDONTS.NewMail"
<br>objNewMail.From = "<A HREF="mailto:me@here.com">me@here.com</A>"<br>objNewMail.To = "<A HREF="mailto:toto@tutu.fr">toto@tutu.fr</A>"<br>objNewMail.Subject = "test"<br>objNewMail.Body = "Don't forget to feed the cats!"<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 "objNewMail.Send". Is it a bad configuration or what? <br>I really need your help!<br><br>Thanks, bye<br> Kay<br>