Contatos
- Telefone: +55 21 3495-6213
- Telefone: +55 21 96561-5618
- Telefone: +55 21 96436-4596
if(!empty($_POST)) { extract($_POST); //preparamos o email a ser disparado $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=\"UTF-8\"\r\n"; $headers .= "X-Priority: 1 (Higuest)\r\n"; $headers .= "X-MSMail-Priority: High\r\n"; $headers .= "Importance: High\r\n"; $headers .= "To: seu site <".$email.">\r\n"; $headers .= "From: ".$nome." <".$email.">\r\n"; $headers .= "Reply-To: ".$email."\r\n"; //montagem da mensagem $msgSend = '
Nome:
'.htmlspecialchars($nome).'
Email:
'.$email.'
Cidade:
'.$cidade.'
Mensagem:
'.nl2br(htmlspecialchars($mensagem)).'
IP:
'.$_SERVER['REMOTE_ADDR'].'
Sua mensagem foi enviada com sucesso.