Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2005, 09:04
Avatar de Tayron Alí
Tayron Alí
 
Fecha de Ingreso: mayo-2005
Mensajes: 15
Antigüedad: 19 años
Puntos: 0
php.ini configuración del sendmail

a lo anterior debo agregar la configuración de mi php.ini para el sendmail:

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
; runtime, you can define these variables by calling define_syslog_variables().
define_syslog_variables = off

[mail function]
; For Win32 only.
SMTP = pcdgtec162
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 =

agredeciendo su ayuda de antemano....