• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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