Hello, I'm Leo from Brazil and I have a server with Ubuntu 10.04 and ISPConfig 2.
I'm trying to send emails through mail() function, BUT when I recive in Outlook, it comes only in plain text,
like:
"Content-type: text/html; charset=iso-8859-1
From:
dfasdf@sigmatica.com.br
Message-Id: <20110411024409.8F704181FE@sigmatica.com.br>
Date: Sun, 10 Apr 2011 19:44:09 -0700 (PDT)
X-Antivirus: avast! (VPS 110410-1, 10/04/2011), Inbound message
X-Antivirus-Status: Clean
<html>
<body>
Nome: sdfsdfsdfsa<br>
E-mail: dfasdf<br>
Telefone: sdfsdf<br><br>
Mensagem: sadf
</body>
</html>"
This content comes in emails body. Why?
In my .php file I have:
"$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: $email\n";
$subject = "Contato Site GS Móveis";
if(mail("leonardo@sigmatica.com.br","Contato Site GS Móveis","$msgOk","$headers")){
echo "<script>alert('Mensagem enviada!'); window.location=\"index.php\"</script>";
}else{
echo "<script>alert('Erro ao enviar!'); window.location=\"index.php\"</script>";
}"
I have already set headers, content type and a other things more, but NOTHING WORK!
Is something in php.ini?
I don't know what to do anymore.
I hope you can help me.
Thank you,
Leonardo A.
Recent comments
2 hours 27 min ago
11 hours 55 min ago
12 hours 45 min ago
16 hours 18 min ago
20 hours 42 min ago
21 hours 4 min ago
23 hours 14 min ago
1 day 9 hours ago
1 day 14 hours ago
1 day 15 hours ago