Redirecting Periodic Report to different email ?

Please see attached.. I get too many Dolphin Alerts { Periodic Report } and was wondering how can redirect them to a different email without changing my site main email.. is there a way I can do that from Dolphin Admin or from the site control panel ?

Thanks.

D7-Periodic-Report.PNG · 45.6K · 193 views
Quote · 27 May 2018

You don't need these periodic reports once you know Cron is working properly. Just delete the Mailto part of your cron job directive on your server via CPanel and all will be okay:

From this:

MAILTO=myemail@mysite.com

* * * * * /usr/local/bin/php -q /home/sitedir/www/d70/periodic/cron.php

to this:

* * * * * /usr/local/bin/php -q /home/sitedir/www/d70/periodic/cron.php

or whatever.

Quote · 27 May 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.