On 21.04.2006 11:09, postmaster - networkoftheapes.net wrote:

> More info about the PHP mail settings are at 
> http://www.php.net/manual/en/ref.mail.php#ini.sendmail-path

sendmail_path cannot be set through your PHP scripts, only in php.ini or
 httpd server config (PHP_INI_SYSTEM)

> The PHP sendmail function is pretty slow though. Your page may seem hung, but 
> it's PHP opening the SMTP socket in a roundabout way. Try the PHP Pear Mail 
> stuff (http://pear.php.net/package/Mail).

PHP's mail() function does not open sockets. It opens a sendmail process
and passes the information to it. SMTP connection is only made on
Windows platform, if there is no `sendmail' binary.

--soenke
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to