Re: [PHP] What's the difference between mail() in PHP and sendmail?

2001-10-26 Thread Mike Frazer

It can also use procmail, or any other SMTP-capable application you have
installed.  It is called from the php.ini file.

Mike Frazer


"Nathan Cassano" <[EMAIL PROTECTED]> wrote in message
392201c15e37$535ab3f0$2925ae3f@amos">news:392201c15e37$535ab3f0$2925ae3f@amos...
>
> Not a whole lot. The PHP mail function is just a nice fuzzy function
> wrapper to popen("sendmail").
>
> The gory details can be found at
> http://cvs.php.net/co.php/php4/ext/standard/mail.c?r=1.44.
>
> -Original Message-
> From: Web user [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 26, 2001 8:43 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] What's the difference between mail() in PHP and sendmail?
>
>
>
> What's the difference between mail() in PHP and sendmail? Thanks! Mike
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] What's the difference between mail() in PHP and sendmail?

2001-10-26 Thread Mike Eheler

Nothing, really. I believe PHP's mail() actually calls sendmail directly 
(or whatever you have configured in php.ini).

Also Mike

Web user wrote:

>What's the difference between mail() in PHP and sendmail?
>Thanks!
>Mike
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] What's the difference between mail() in PHP and sendmail?

2001-10-26 Thread Nathan Cassano


Not a whole lot. The PHP mail function is just a nice fuzzy function
wrapper to popen("sendmail").

The gory details can be found at
http://cvs.php.net/co.php/php4/ext/standard/mail.c?r=1.44.

-Original Message-
From: Web user [mailto:[EMAIL PROTECTED]] 
Sent: Friday, October 26, 2001 8:43 AM
To: [EMAIL PROTECTED]
Subject: [PHP] What's the difference between mail() in PHP and sendmail?



What's the difference between mail() in PHP and sendmail? Thanks! Mike


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] What's the difference between mail() in PHP and sendmail?

2001-10-26 Thread Web user

What's the difference between mail() in PHP and sendmail?
Thanks!
Mike



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]