free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
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 Last edited by repose; 12-09-2009 at 06:31 PM. |
#2
|
|||
|
|||
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 ?
__________________
We are always pleased to read you in our guestbook |
#3
|
|||
|
|||
is this line in contact.php correct?
mail($your_email, $_POST['subject'], " Last edited by kanjac; 01-15-2010 at 09:05 PM. |
#4
|
|||
|
|||
mail problem in free web template
Hi,
Yes it is correct. Does your hosting plan support php mail function ?
__________________
We are always pleased to read you in our guestbook |
#5
|
|||
|
|||
no, not yet. i just wont to be sure. thx
|
|
|