Advertisement
Jamchiv01

Untitled

Apr 19th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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().
  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.
  26. ;mail.log =
  27. ; Log mail to syslog (Event Log on Windows).
  28. ;mail.log = syslog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement