• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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