configure el php.ini de esta manera
[mail function]
; For Win32 only.
;
http://php.net/smtp
SMTP = smtp.live.com
smtp_port = 25
sendmail_from =
[email protected]
agrege este codigo y me manda "error"
Código PHP:
Ver original$resultado = mail($sendTo, $subject, $message, $headers);
if ($resultado === false)
{
echo 'error';
}