Posts by Wellington • 1 point
1 post
-
-2
votes0
answers16
viewsQ: When I send the email, the HTML of the $message does not work and the email arrives with the tags... My code is
<?php //error_reporting(E_WARNING); //ini_set(“display_errors”, 0 ); date_default_timezone_set('America/Sao_Paulo'); //Variáveis $nome = $_POST['nome']; $email = $_POST['email']; $empresa =…