-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphp.ini
More file actions
24 lines (18 loc) · 788 Bytes
/
php.ini
File metadata and controls
24 lines (18 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = noreply@educertify.com
; 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 =
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = On
; Log all mail() calls including the full path of the script, line #, to address and headers
mail.log = "C:/xampp/php/logs/mail.log"
; Log all mail() calls to a file - useful for debugging
;mail.log = syslog