Skip to content
Snippets Groups Projects
Unverified Commit 2dbb477f authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #526 from mattwire/patch-17

Add CIVICRM_MAIL_LOG_AND_SEND
parents 60f108f9 d9fcdd8c
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ The following values can be added to your site's settings file `civicrm.settings
- `define('CIVICRM_MAIL_LOG', '/dev/null');` causes all outbound emails to be discarded. No email is sent and emails are not written to disk.
- `define('CIVICRM_MAIL_LOG_AND_SEND', 1);` causes all outbound CiviCRM email to be written to a log file if `CIVICRM_MAIL_LOG` is set. Email will ALSO be sent using the configured method if this is set.
- `define('CIVICRM_DEBUG_LOG_QUERY', 1);` outputs all SQL queries to a log file.
- `define('CIVICRM_DEBUG_LOG_QUERY', 'backtrace');` will include a backtrace of the PHP functions that led to the query.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment