CDONTS not sending mail from local addresses

Discussions on webmail and the Professional version.
Post Reply
plus
Posts: 3
Joined: Tue Oct 07, 2003 12:14 pm

CDONTS not sending mail from local addresses

Post by plus »

I am trying to send mail with ASP & CDONTS (eg. www.myserver.com/cdonts.asp). It works fine when the domain in "From" header is NOT a local domain (eg. address@otherserver.com).

But when I try the same ASP script with From: header set to address@myserver.com, the mail isn't sent.

MS SMTP is running on port 2525 and relaying is enabled.
MailEnable SMTP also has relaying enabled for local addresses.

Any ideas how to solve this? Tnx.

P.S. mail() function from PHP works fine with local addresses, SMTP for PHP is set to localhost:2525 in php.ini

Alyson_J
Posts: 40
Joined: Sat Jun 15, 2002 9:44 pm
Location: United Kingdom
Contact:

Post by Alyson_J »

Mailenable uses its own component to send mail and CDONTS or CDO won't work.

The instructions and examples are at http://www.mailenable.com/documentation ... oc37618489

Works very nicely too :)
Aly

Post Reply