diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2009-01-09 15:00:36 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2009-01-09 15:00:36 +0000 |
commit | 968e7af6cffda22f1512f2ab775b96024b43fd05 (patch) | |
tree | 440a2e866147d07f19244cad157520c88a521a51 /php.ini-recommended | |
parent | 3bc6285560ecf182f0e30ca9999e2810b09b87e4 (diff) | |
download | php-git-968e7af6cffda22f1512f2ab775b96024b43fd05.tar.gz |
MFB: Added mail logging functionality that allows logging of mail sent via
mail() function
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 313273af0e..646b0779b9 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -706,6 +706,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 = On + +; Log all mail() calls including the full path of the script, line #, to address and headers +mail.log = + [SQL] sql.safe_mode = Off |