problem with mail()

Status
Not open for further replies.

anilson1

New Member
Messages
45
Reaction score
0
Points
0
hi,
I have been receiving this error:
------------------------
Warning: mail() has been disabled for security reasons in /home/anilson1/public_html/Molingokoko_3303/VogMailList.php on line 7
-------------------------



my script is this:
-------------------------
<?php $message = $_REQUEST['comment'];$subject = $_REQUEST['subject'];$email = $_RESQUEST['email'];mail("anilson01@cavuanzakikolo.x10hosting.com", $subject, '$message', '$email');header( "Location: http://cavuanzakikolo.x10hosting.com/Molingokoko_3303/topnews/profileTemplete.php");?---------------------------- Please any help??????
 

anilson1

New Member
Messages
45
Reaction score
0
Points
0
my script is this:
-------------------------
<? php
$message = $_REQUEST['comment'];
$subject = $_REQUEST['subject'];
$email = $_RESQUEST['email'];

mail("anilson01@cavuanzakikolo.x10hosting.com", $subject, $message, $email);

header( "Location: http://cavuanzakikolo.x10hosting.com...emplete.php");

?>

----------------------------

Please any help??????
 
Status
Not open for further replies.
Top