EMAIL PROBLEM |
5/24/2008 5:48:01 AM |
PHPRunner General questions | |
G
garethp authorDevClub member
Hi $email="test@test.com"; $message="Hello there\nBest regards"; $subject="Sample subject"; mail($email, $subject, $message);
For the Mail functions to be available, PHP must have access to the sendmail binary on your system during compile time.
Path to sendmail /usr/sbin/sendmail -t -i
|
|
G
|
garethp authorDevClub member 5/28/2008 |
All sorted - jsut started working - fantastic!! |