[xmail] Re: Using XMail with php

2006-03-09 Thread Jeffrey Laramie
On Wednesday 08 March 2006 00:03, Shiloh Jennings wrote: We have clients that use the mail() command, but I would not recommend it. You should use the PHPMailer class instead of the native mail() command. Many of the popular PHP applications already do this. http://phpmailer.sourceforge.net/

[xmail] Re: Using XMail with php

2006-03-09 Thread Helio Cavichiolo Jr
Hi, Include the following line in the begining of apache startup script (and after #/bin/sh, of course), than restart apache: export MAIL_ROOT=/var/MailRoot Perhaps you will also have to suid root sendmail binary that comes with XMail. Another perhaps now for xmail developers, sendmail

[xmail] Re: Using XMail with php

2006-03-07 Thread Shiloh Jennings
We have clients that use the mail() command, but I would not recommend it. You should use the PHPMailer class instead of the native mail() command. Many of the popular PHP applications already do this. http://phpmailer.sourceforge.net/ -Original Message- From: [EMAIL PROTECTED]