NossosServiços
Contato
if (empty ($_POST["email"])): ?>
endif; ?>
if (!empty ($_POST["email"])) {
//definindo as variáveis
$assunto_email = "[Eplantec] ".$_POST["assunto"];
$mailTo = "contato@eplantec.com.br";
$nome = $_POST["nome"];
$email = $_POST["email"];
$telefone = $_POST["telefone"];
$mensagem = $_POST["mensagem"];
$texto = "
Nome: $nome
E-mail: $email
Telefone: $telefone
Mensagem: $mensagem
";
$texto .= "
=====================================
IP = $REMOTE_ADDR
Data e Hora: " . date("d/m/Y H:i:s", time());
$head = "Reply-to: $email \nFrom: $nome <$email>";
mail($mailTo, $assunto_email, $texto, $head);
}
?>
if (!empty ($_POST["email"])): ?>
Caro(a) ,
Seu e-mail foi enviado com sucesso.