Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/01/2012, 07:35
larkinhos
 
Fecha de Ingreso: diciembre-2010
Mensajes: 41
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: Enviar correo

Me he estado informando por internet, y me he bajado el minirelay, lo ejecuto en el escritorio y ya no me da ese error, me sale el echo de que todo ha ido bien:
"Su mensaje ha sido enviado correctamente. Gracias por contactar con nosostros " pero al correo no ha llegado nada

y en el minirelay server pone esto:

Código PHP:
Ver original
  1. 14:28:02 Escuchando en 127.0.0.1 (Puerto 25)
  2. 14:28:17 Comando: MAIL FROM <micorreo@hotmail.es>
  3. 14:28:17 Comando: RCPT TO <micorreo@hotmail.es>
  4. 14:28:17 [1] Resolviendo dominio MX de hotmail.es
  5. 14:28:17 [1] Conectando con mx1.hotmail.com
  6. 14:28:18 [1] Enviando mensaje
  7. 14:28:18 [1] Error DY-001 (SNT0-MC2-F36) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  8. 14:28:18 [1] Conectando con mx1.hotmail.com
  9. 14:28:19 [1] Error DY-001 (SNT0-MC2-F47) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  10. 14:28:19 [1] Conectando con mx1.hotmail.com
  11. 14:28:20 [1] Error DY-001 (SNT0-MC2-F42) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  12. 14:28:20 [1] Conectando con mx2.hotmail.com
  13. 14:28:21 [1] Enviando mensaje
  14. 14:28:21 [1] Error DY-001 (SNT0-MC3-F12) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  15. 14:28:21 [1] Conectando con mx2.hotmail.com
  16. 14:28:22 [1] Error DY-001 (SNT0-MC3-F34) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  17. 14:28:22 [1] Conectando con mx2.hotmail.com
  18. 14:28:23 [1] Error DY-001 (SNT0-MC3-F39) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  19. 14:28:23 [1] Conectando con mx3.hotmail.com
  20. 14:28:24 [1] Enviando mensaje
  21. 14:28:24 [1] Error DY-001 (COL0-MC3-F5) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  22. 14:28:24 [1] Conectando con mx3.hotmail.com
  23. 14:28:25 [1] Error DY-001 (COL0-MC3-F22) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  24. 14:28:25 [1] Conectando con mx3.hotmail.com
  25. 14:28:26 [1] Error DY-001 (COL0-MC3-F14) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  26. 14:28:26 [1] Conectando con mx4.hotmail.com
  27. 14:28:27 [1] Enviando mensaje
  28. 14:28:27 [1] Error DY-001 (BAY0-MC4-F37) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  29. 14:28:27 [1] Conectando con mx4.hotmail.com
  30. 14:28:29 [1] Error DY-001 (BAY0-MC4-F42) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  31. 14:28:29 [1] Conectando con mx4.hotmail.com
  32. 14:28:30 [1] Error DY-001 (BAY0-MC4-F28) Unfortunately, messages from 79.144.103.227 weren't sent. Please contact your Internet service provider. You can tell them that Hotmail does not relay dynamically-assigned IP ranges. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
  33. 14:28:30 [1] ERROR: Se ha reintentado el envio 3 veces, devolviendo mensaje


El archivo php.ini esta asi:
...
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = [email protected]
...