Alguem pode me ajudar ?Estou precisando enviar um email em formato HTML, alguem sabe os parametros?
Início›Php›Formatar email em HTMLCCyberPublicado em 2 de abr.Formatar email em HTML#phpAlguem pode me ajudar ?Estou precisando enviar um email em formato HTML, alguem sabe os parametros?Discussão (1)Entre ou cadastre-se para participar da discussãoEntrarCriar contaAAlisson Rodrigues· 2 de abr.$cabecalho = "MIME-Version: 1.0\r\n";$cabecalho .= "Content-type: text/html; charset=iso-8859-1\r\n";$cabecalho .= "From: $nome<$email>";[/QUOTE]mail (email@prov.com,"Assunto","Texto em html",$cabecalho); ;)CurtirResponder
$cabecalho = "MIME-Version: 1.0\r\n";$cabecalho .= "Content-type: text/html; charset=iso-8859-1\r\n";$cabecalho .= "From: $nome<$email>";[/QUOTE]mail (email@prov.com,"Assunto","Texto em html",$cabecalho); ;)