• 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.

browser based email app "HELP IM SINKING HERE"

D

dazfaz

Guest
Has anyone got a CDOSYS browser email posting script that they DEFINITELY know works on a site that is hosted through a PLESK driver server on WINDOWS SERVER 2003.

My server provider is saying that my server is configured to accept one but Ive tried a few but none are working as they are all throwing a permissions_denied error in the server log report.

Thanks in advance

(nearly bald) Daz
 
hi,

dunno exactly if this one relates to your problem, but we recently saw this in our logs:
The__SendUsing__configuration_value_is_invalid


what we ask the customer to do is to add these lines inside the cdosys.asp script:
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing")=2
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver")="127.0.0.1"
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport")=8025
myMail.Configuration.Fields.Update


after which all was fine.

hope it helps u2.

Patrick
 
Back
Top