Hola
Digo:
- Porque no descativas tu smtp si es para windows y no linux
Cita: poloche gracias a las personas que me estan ayudando esta es la configuracion ue tengopero aun asi no funciona
[mail function]
; For Win32 only.
SMTP = localhost
así ;SMTP = localhost
- habilita tu sendmail para la función mail() de php
; For Win32 only.
así sendmail_from =
[email protected] //aqui tu email
Cita: ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail -t -i
es en realidad este el camino de tu sendmail
luego que tengas configurado restaura los servicios
service httpd restart //reiniciar
service httpd start //inicia
service httpd stop //detiene los servicios