[PHP] PHP and qmail

2004-05-15 Thread Stephen Lake
Hey all,

Can someone tell me how I can send HTML using qmail from a Script? The MTA I
was using was changed from Sendmail to qmail and now my HTML mails actually
show the html tags in the mail body.

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



RE: [PHP] PHP and qmail

2001-10-31 Thread Nathan Cassano


If you have installed Qmail and removed Sendmail create symlinks to the
qmail sendmail wrapper and you should not have to edit you php.ini. Read
the qmail INSTALL file for more.

# ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
# ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail

-Original Message-
From: Suleyman Kuran [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 31, 2001 12:22 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP] PHP and qmail


Hi list,
 
I have recently installed qmail-1.03 now what settings should I make in
php.ini file to send email with mail() function. Thanks.
 


-- 
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] PHP and qmail

2001-10-31 Thread Suleyman Kuran

Hi list,
 
I have recently installed qmail-1.03 now what settings should I make in
php.ini file to send email with mail() function. Thanks.