Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/09/2007, 07:35
Thonso22
 
Fecha de Ingreso: septiembre-2006
Mensajes: 59
Antigüedad: 17 años, 7 meses
Puntos: 0
Re: Configuracion envio EMAIL

Mira...

El php.ini tiene esto;

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; 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 =


quitale el ; para que te lo envie con esa cuenta...

luego tendras que mirartelo un poco con cariño.. porque cada uno es diferente....

Pero en principio tendra que tener los parametros bien configurados...

Saludos