[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Sending Mail with PHP
- Subject: [cobalt-users] Sending Mail with PHP
- From: chiefmonkey <george@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue Mar 12 05:09:12 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I am using PHP's mail() function to try and send an e-mail from a web
based form, the code worked fine on my other server, but when I ported it
to the Raq it won't work, it isn't generating any error messages either,
it's just not sending it
I had a look through my php.ini file the sendmail. path was empty i changed
it to
"/usr/sbin/sendmail -t" including the quotes but still nothing
George