send_queue_processing_report

Where can I find this setting? SEND_QUEUE_PROCESSING_REPORT

It is not in config.php or config_extended.php

I want to turn off the reports.

Thanks!

Your system uses config.php, so you would want to put it in that file.
Even though it is not defined in that file, it is somewhere else in the system.
By putting this in the config.php file, you can override the default setting:

define(‘SEND_QUEUE_PROCESSING_REPORT’,false);

1 Like

Thank you! I added it. I’ll see what happens on the next campaign.