• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Email with ASP using cdont : Permission denied

  • Thread starter Carrouget Sebastien
  • Start date
C

Carrouget Sebastien

Guest
Hello,

I try to send email in asp with cdont from a windows server 2003 and Plesk 9.2 server. IIS 6.0

I used the parallels tuto here http://kb.odin.com/fr/560

But when I try to send email : Permission denied

My code is :

<%
on error resume next

Dim Mailer
Set Mailer = Server.CreateObject("CDONTS.NewMail")
Mailer.To = "[email protected]"
Mailer.From = "[email protected]"
Mailer.Subject = "Titre du message"
Mailer.Body = "Le texte qui sera envoyé"
Mailer.Send
Set Mailer = nothing

response.write(err.description)
%>

Test url : http://winhebergement.com/mail.asp

Thanks
 
Carrouget Sebastienб

I am not familiar with French but I could understand that the problem is solved when I have checked mentioned test URL?
 
Hi,

Yes I found an issue. I just add on C:\inetpub\mailroot\Pickup permissions off the user of the domaine using for host on the server.

Strange but it work.

Thanks
 
i have this problem. how can i solved?
i add iwam_plesk and iusr_domain rights. but dosent work.
 

Similar threads

C
Replies
0
Views
2K
Carrouget Sebastien
C
Back
Top