Search found 2 matches

by Andreas
Fri Mar 26, 2004 3:29 am
Forum: PHP - Code
Topic: PHP E-MAIL FORM-FASTHOST FILTERS
Replies: 2
Views: 337

mail("info@netnovelty.com", "$subject", $message, "From: $email");
ini_set("sendmail_from", " info@netnovelty.com"); <---------Was just experementing with this bit-------->
echo "mail has been send successfully ";
by Andreas
Fri Mar 26, 2004 3:24 am
Forum: PHP - Code
Topic: PHP E-MAIL FORM-FASTHOST FILTERS
Replies: 2
Views: 337

PHP E-MAIL FORM-FASTHOST FILTERS

Hello i have this php -from to email in my web site (http://www.netnovelty.com) Now my web host has several filters. My script was not working on my web site,but when i uploaded to another web server it worked fine. The web host has the following requirements.. This is the script <?php $message = &q...