PDA

View Full Version : sendmail and mail()


pdstein
06-06-1999, 04:34 PM
I can't get the PHP mail() function to work.[nbsp][nbsp]Nor can I send mail openning a pipe to the sendmail executable.[nbsp][nbsp]Are both of these methods of sending email disabled by safemode?[nbsp][nbsp]Is there another way to do it?

Thanks,
Paul

Justin
06-06-1999, 05:49 PM
mail() works - I use it quite regularly...

mail ("test@hostfacts.com", "This be the subject", "This here's the message");

------------------
Justin Nelson
FutureQuest Support