• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

cdonts problem

J

Jerry80

Guest
Hi,
i need to use a formmail using cdonts so i installed and registred the dll.

The problem is that i get a 'permission error'
Probably i've to modify something into mailroot directory....but how exactly? Anybody had same problems?
 
Originally posted by Jerry80
Hi,
i need to use a formmail using cdonts so i installed and registred the dll.

The problem is that i get a 'permission error'
Probably i've to modify something into mailroot directory....but how exactly? Anybody had same problems?

i have exactly same problem..

if you change permissions on C:\Inetpub\mailroot\........add user everybody and give read & write permission.........your script seems to work.

but mail stays in dir C:\Inetpub\mailroot\Pickup folder :(
 
Win2003 Editions don't work anymore with CDONTS
Now you should use CDSYS
 
But i read that you can install the cdonts dll .... :-/
 
you may also want to use blat.. works good at least with formmail.pl
 
Originally posted by AbsolutelyFreeW
do you have a hhowto for cdosys to?
this works for me:

PHP:
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "localhost"
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
Flds.Update
Set myMail = CreateObject("CDO.Message")
myMail.Configuration = iConf
myMail.From = 
myMail.To = 
enz
default server configuration is using pickup folder, does anybody know how to change this? (because my pickup folder doesn't work)
 
Back
Top