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: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Apr 28, 2006, 12: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";
Spy Agent
Gender:
Posts: 113
70 credits Members referred : 0
« Reply #2 on: Jul 08, 2006, 11:43:03 am »
Is it 'coz you are using a .php ending, and your mate is a .htm ending?
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374