[PHP] CDONTS Object

2004-02-16 Thread Juan Torres
Hello,

I'm trying send emails from PHP with IIS (form Win32).

With ASP, I used CDONTS component.

How can I use CDONTS component from PHP?

Thanks very much.
Juan Torres.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] CDONTS Object

2004-02-16 Thread Stuart
Juan Torres wrote:
I'm trying send emails from PHP with IIS (form Win32).

With ASP, I used CDONTS component.

How can I use CDONTS component from PHP?
RTFM! http://php.net/mail

--
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] CDONTS Object

2004-02-16 Thread Richard Davey
Hello Juan,

Monday, February 16, 2004, 11:03:09 AM, you wrote:

JT I'm trying send emails from PHP with IIS (form Win32).

The IIS part of the equation is irrelevant as the web server doesn't
send the mail anyway.

JT With ASP, I used CDONTS component.
JT How can I use CDONTS component from PHP?

You don't need it. See the mail part of the PHP manual.

Just one of the many reasons why PHP is far superior to ASP ;)

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php