Código PHP:
<?php
$para = '[email protected]';
$asunto = 'Prueba mail '.date('H:m:s');
$mensaje = 'hola';
$cabeceras = 'From: [email protected]' . "\r\n" .
'Reply-To: [email protected]' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($para, $asunto, $mensaje, $cabeceras);
?>
enviado a <?= $para .", asunto: ".$asunto ?>...
el server de correo me devuelve lo siguiente
Código:
cualquier solucion, sera bienvenidaThis is the Postfix program at host smtpint.proveedorotromail.com. I'm sorry to have to inform you that your message could not be be delivered to one or more recipients. It's attached below. For further assistance, please send mail to <postmaster> If you do so, please include this problem report. You can delete your own text from the attached returned message. The Postfix program <[email protected]>: delivery temporarily suspended: connect to mx1.hotmail.com[65.54.244.136]: Operation timed out
Gracias