I have done the function below, which does not return any error, but does not arrive in some destination emails (Yahoo for example)
function enviaEmail($titulo = '', $conteudo = '', $email = '', $nome = '') {
$to = $email;
$subject =...
asked by
25.01.2018 / 18:47