Lo probe pero me da error, hice esto:
Código PHP:
$headers .= "From:[email protected]\n"; // quien envia el correo, el from
$headers .= "MIME-Version: 1.0\n" ;
$headers .= "Content-Type: text/html; charset=\"iso-8859-1\"\n";
$headers .= "X-Priority: 1 (Higuest)\n";
$headers .= "X-MSMail-Priority: High\n";
$headers .= "Importance: High\n";
mail($recipient, $subject, $mensaje, $headers);// enviamos el mail!
y me sale esto: Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in
porque puede ser? y no envia el mail.