Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/10/2011, 17:03
mariomon17
 
Fecha de Ingreso: noviembre-2009
Mensajes: 846
Antigüedad: 14 años, 6 meses
Puntos: 34
Respuesta: mail() phpmailer() remitente

Código PHP:
Ver original
  1. [mail function]
  2. ; For Win32 only.
  3. ; http://php.net/smtp
  4. SMTP = localhost
  5. ; http://php.net/smtp-port
  6. smtp_port = 25
  7.  
  8. ; For Win32 only.
  9. ; http://php.net/sendmail-from
  10. ;sendmail_from = me@example.com
  11.  
  12. ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
  13. ; http://php.net/sendmail-path
  14. ;sendmail_path =
  15.  
  16. ; Force the addition of the specified parameters to be passed as extra parameters
  17. ; to the sendmail binary. These parameters will always replace the value of
  18. ; the 5th parameter to mail(), even in safe mode.
  19. ;mail.force_extra_parameters =
  20.  
  21. ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
  22. mail.add_x_header = On
  23.  
  24. ; The path to a log file that will log all mail() calls. Log entries include
  25. ; the full path of the script, line number, To address and headers.

Llegue hasta php.ini
y eso es lo que encuentro. Que tengo que cambiar por que mi servidor es linux.

Un saludo y gracias