[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Sending Mail with PHP



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