Thread: [SOLVED] Problem to send email
View Single Post
  #1  
Old 06-23-2009, 10:14 AM
sss
Guest
 
Posts: n/a
Default Problem to send email

when i try to send email ith ur template 7 it shows this......


\r\n"; $headers.='Content-type: text/html; charset=utf-8'; mail($your_email, $_POST['subject'], " Contact Message

Name : ".$_POST['name']."
Email : ".$_POST['email']."
Telephone : ".$_POST['telephone']."

Subject : ".$_POST['subject']."
Message :
".$_POST['message']."
" , $headers); header("Location: ./index.htm|?page=_contact_message.htm"); ?>



plz resolve this prob as soon as possible....and second thing is that i'm trying to run it on the localhost....