FormToEmail Help

Dub_Dude

Member
Messages
344
Reaction score
0
Points
16
Ok, I'm having a little trouble with a script I found, it basically allows users to enter data into a form which is then submitted to my email account. From what I can tell I have set everything up correctly. When I click the submit button it takes me to the "thank you" page as it should, but at the top shows me an error:

Warning: mail() has been disabled for security reasons in /home/tsofx10h/public_html/punksofrock/thecontacts/FormToEmail.php on line 110

Line 110 is: mail($my_email,$subject,$message,$headers);

Go to http://tsof.x10hosting.com/punksofrock/thecontacts/untitled.htm to try it for yourself.

For the code for the script go here: http://formtoemail.com/FormToEmail.txt

Any help would be much appreciated. :rolleyes:
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
That is on our end, we disabled the PHP mail function temporarily from abuse. It will be back on today ;)

-Corey
 

Dub_Dude

Member
Messages
344
Reaction score
0
Points
16
ok, thanks, I thought I had screwed it up or something :p

If you or one of the mods could pm me when its enabled again, that would be great
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
you are aware that you could just try your script everynow and then to test to see if its up
 
Top