/* Thanks to Thomas Bullinger (rootmail@btoy1.rochester.NY.US)for writing the first sample PHP Script Mail form */; /* Mail results to this address */ $TO = "mailtest@onweb.com.au"; /* This is the mail program we will use - check path on target system */ $MP = "/usr/lib/sendmail -t"; >
![]() |
|
PHP/FI eMail Form ExampleMessage Sent!
| |
|
";
echo "From: $EMAIL_ADDR "; echo "Subject: Form Results "; echo "Reply-to: $EMAIL_ADDR "; echo " $body"> |