Ir para conteúdo
Fórum Script Brasil
  • 0

Ajuda De Envio De Email


varela

Pergunta

Boa Tarde pessoal

É o seguinte meu problema eu tenho um script de enviar email atraves do php, o email é enviado numa boa mais qd chega na caixa posta do meu cliente que usa outlook em vez de ela aparecer o texto no corpo de msg ela aparece o codigo fonte.

Segue abaixo o script:

$to  = 'contato@email.com'; 
$subject = "Contato de : ".$_POST['nome'];
$de = $_POST['email'];
$mensage = '
<table width="500" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="30" colspan="2"><div align="center" class="style1">.: Incluso no Newsletter:. </div></td>
  </tr>
  <tr>
    <td width="200"><div align="right" class="style5">Nome</div></td>
    <td width="300"><span class="style1">'.$_POST['nome'].'</span></td>
  </tr>
  <tr>
    <td><div align="right" class="style5">Email</div></td>
    <td><span class="style1">'.$_POST['email'].'</span></td>
  </tr>
    <tr>
    <td width="200"><div align="right" class="style5">Receber mais informacao de</div></td>
    <td width="300"><span class="style1">'.$_POST['info'].'</span></td>
  </tr>
  <tr>
    <td><div align="right" class="style5">Aonde achou</div></td>
    <td><span class="style1">'.$_POST['achou'].'</span></td>
  </tr>
    <tr>
    <td width="200"><div align="right" class="style5">Sugestao</div></td>
    <td width="300"><span class="style1">'.$_POST['sugestao'].'</span></td>
  </tr>
  <tr>
    <td><div align="right"><span class="style2"><span class="style4"><span class="style6"></span></span></span></div></td>
    <td><span class="style6"></span></td>
  </tr>
</table>';
$headers  = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: <$de>\r\n";
mail($to, $subject, $mensage, $headers);

Detalhe eu uso o incredmail e ele aparece a msg numa boa sem problema algum

Obrigado deste já pela ajuda

Gustavo Varela

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0

tenta colocar antes e depois <table> a estrutura certinha do html...

digo

$mensage = '

<html>

<head><title></title></head>

<body>

<table width="500" border="0" cellspacing="0" cellpadding="0">

<tr>

  <td height="30" colspan="2"><div align="center" class="style1">.: Incluso no Newsletter:. </div></td>

</tr>

<tr>

  <td width="200"><div align="right" class="style5">Nome</div></td>

  <td width="300"><span class="style1">'.$_POST['nome'].'</span></td>

</tr>

<tr>

  <td><div align=right" class="style5">Email</div></td>

  <td><span class="style1">'.$_POST['email].'</span></td>

</tr>

  <tr>

  <td width="200"><div align="right" class="style5">Receber mais informacao de</div></td>

  <td width="300"><span class="style1">'.$_POST['info'].'</span></td>

</tr>

<tr>

  <td><div align=right" class="style5">Aonde achou</div></td>

  <td><span class="style1">'.$_POST['achou].'</span></td>

</tr>

  <tr>

  <td width="200"><div align="right" class="style5">Sugestao</div></td>

  <td width="300"><span class="style1">'.$_POST['sugestao'].'</span></td>

</tr>

<tr>

  <td><div align="right"><span class="style2"><span class="style4"><span class="style6"></span></span></span></div></td>

  <td><span class="style6"></span></td>

</tr>

</table>

</body>

</html>';

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,6k
×
×
  • Criar Novo...