Tengo unproblema con el envio de E mail, tengo un pc con Windows Xp y service pack 2, en ella debo alojar un scrip en php que a una determinada hora envie ordenes de compra a los proveedores con unadjunto en pdf, he usado la funcion mail() y PHPMailer y nada me estoy volviendo loco con esto , me dijero que debo tener un servidor de correo instalado, asi que me baje el ArgoSoft mail server, lo configure, (no se si lo hice mal) y al momento de envial el mail me bota errores en el log que dicen:
Cita:
En el php.ini, lo configure asi 1616-Oct-2007 08:14:34 a.m. - [ 1] Winsock error when communicating with exchanger gmail-smtp-in.l.google.com: 66.249.83.27: [10060] Connection timed out
1616-Oct-2007 08:14:34 a.m. - [ 1] Trying the server gmail-smtp-in.l.google.com: 66.249.83.114
1616-Oct-2007 08:14:55 a.m. - [ 1] Winsock error when communicating with exchanger gmail-smtp-in.l.google.com: 66.249.83.114: [10060] Connection timed out
1616-Oct-2007 08:14:55 a.m. - [ 1] Trying the server alt2.gmail-smtp-in.l.google.com: 209.85.147.27
1616-Oct-2007 08:15:16 a.m. - [ 1] Winsock error when communicating with exchanger alt2.gmail-smtp-in.l.google.com: 209.85.147.27: [10060] Connection timed out
1616-Oct-2007 08:14:34 a.m. - [ 1] Trying the server gmail-smtp-in.l.google.com: 66.249.83.114
1616-Oct-2007 08:14:55 a.m. - [ 1] Winsock error when communicating with exchanger gmail-smtp-in.l.google.com: 66.249.83.114: [10060] Connection timed out
1616-Oct-2007 08:14:55 a.m. - [ 1] Trying the server alt2.gmail-smtp-in.l.google.com: 209.85.147.27
1616-Oct-2007 08:15:16 a.m. - [ 1] Winsock error when communicating with exchanger alt2.gmail-smtp-in.l.google.com: 209.85.147.27: [10060] Connection timed out
Cita:
ojala puedan ayudarme, gracias [mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]