Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/07/2008, 04:38
estrial
 
Fecha de Ingreso: octubre-2007
Mensajes: 7
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: La funcion mail() no envia

Ahora me sale esto:
Código:
Warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first. u14sm2920719gvf.6 in D:\wamp\www\juego\registro2.php on line 35
error al enviar mensajes
La configuración de la función mail en mi php.ini es:

Código:
[mail function]
; For Win32 only.
SMTP = smtp.gmail.com
smtp_port = 587

; For Win32 only.
sendmail_from = [email protected]

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =

; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =