free flash templates forum

free flash templates forum (http://forum.freenicetemplates.com/index.php)
-   Free flash templates (http://forum.freenicetemplates.com/forumdisplay.php?f=2)
-   -   [SOLVED] not getting mail in free web template (http://forum.freenicetemplates.com/showthread.php?t=191)

repose 12-09-2009 12:26 PM

not getting mail in free web template
 
Dear sir,





i am not getting send message to my mail


<?

$your_email = "repose@repose.in";

$headers= "From: ".$_POST['name']." <".$_POST['email'].">\r\n";
$headers.='Content-type: text/html; charset=utf-8';
mail($your_email, $_POST['subject'], "
<html>
<head>
<title>Contact Message</title>
</head>
<body>
Contact Message<br><br>
Name : ".$_POST['name']."<br>
Email : ".$_POST['email']."<br>
Your Web Site: ".$_POST['email']."<br>
Telephone : ".$_POST['telephone']."<br><br>
Subject : ".$_POST['subject']."<br>
Message : <br>".$_POST['message']."<br>
</body>
</html>" , $headers);
header("Location: ./index.htm?page=_contact_message.htm");
?>




regards

http://repose.in/


beejay

freenicetemplates 12-10-2009 10:24 AM

Mail messe in free web template
 
Hello,
Your contact page seems correct. Do you know if your web host allow your to use the php mail function ?

kanjac 01-15-2010 05:48 PM

is this line in contact.php correct?

mail($your_email, $_POST['subject'], "

freenicetemplates 01-18-2010 03:01 PM

mail problem in free web template
 
Hi,
Yes it is correct. Does your hosting plan support php mail function ?

kanjac 01-19-2010 04:38 AM

no, not yet. i just wont to be sure. thx


All times are GMT. The time now is 09:13 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.