[xmail] Re: XMail and PHP mail()

2006-04-23 Thread postmaster - networkoftheapes.net
ECTED]> To: xmail@xmailserver.org Date: Sun, 23 Apr 2006 12:01:08 +0200 Subject: [xmail] Re: XMail and PHP mail() > > 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.ma

[xmail] Re: XMail and PHP mail()

2006-04-23 Thread Sönke Ruempler
On 21.04.2006 09:21, [EMAIL PROTECTED] wrote: > Does anyone else have problems with PHP mail() function not sending mail > with XMail sendmail? Or is it just me, messing up my server's > configuration? PHP safe_mode=On Can you send mails from PHP with safe_mode=off? - To unsubscribe from this

[xmail] Re: XMail and PHP mail()

2006-04-23 Thread Sönke Ruempler
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 se

[xmail] Re: XMail and PHP mail()

2006-04-22 Thread Shiloh Jennings
Don't use the native PHP mail() function. Use a 3rd party library like PHPMailer. http://phpmailer.sourceforge.net/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, April 21, 2006 2:22 AM To: xmail@xmailserver.org Subject

[xmail] Re: XMail and PHP mail()

2006-04-21 Thread postmaster - networkoftheapes.net
You may need to check the ini settings for php. If you're under linux, try adding this to your script: More info about the PHP mail settings are at http://www.php.net/manual/en/ref.mail.php#ini.sendmail-path The PHP sendmail function is pretty slow though. Your page may seem hung, but it's