diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index f44014dc96..dcc89147a0 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -669,6 +669,12 @@ smtp_port = 25 ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = +; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename +mail.add_x_header = Off + +; Log all mail() calls including the full path of the script, line #, to address and headers +mail.log = + [SQL] sql.safe_mode = Off |