ashwinsinha
New Member
- Messages
- 278
- Reaction score
- 0
- Points
- 0
A PHP script has not been working on my website and gives me the error - "Warning: mail() has been disabled for security reasons in /home/ashwin1/public_html/Scripts/FormToEmail.php"
It seems that the function has been disabled from the server side.
Since i am new to PHP, i request you to help me out.
Regards,
-Ashwin
Edit:
the warning message also gives a reference to line 177.
The line 177 in my php doc is : mail($my_email,$subject,$message,$headers);
It seems that the function has been disabled from the server side.
Since i am new to PHP, i request you to help me out.
Regards,
-Ashwin
Edit:
the warning message also gives a reference to line 177.
The line 177 in my php doc is : mail($my_email,$subject,$message,$headers);
Last edited: