Although the Thank You message appears after submitting from the www.superonlinehosting.co.uk website, no email is received, despite the fact, it uses the same form layout, same mailform.php script. Any ideas? My site is hosted on windows, my friends on Linux but i'm sure that would not be the reason, surely.
Any help would be greatly appreciated.
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6441
39470 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Apr 28, 2006, 01:25:16 AM »
hello,
try this code in a blank script and tell us if the mail is send (on both servers)
Code:
if (mail("You@yourmail.com", "some subject", "a simple message")) echo "send mail succesfully";