How to set outgoing email for cron job crash

Had a cron job crash this morning, recovering from that was a chore in itself!

But, it sent an email to an address that doesn’t exist. Now, i can’t find ANYWHERE where that email address is defined. Here’s the email :

Subject:
Cron asterisk@picopbx [ -x /var/www/html/admin/modules/dashboard/scheduler.php ] && /var/www/html/admin/modules/dashboard/scheduler.php
From: [email protected] (Cron Daemon)
Date: 09/30/2016 05:56 AM
To: [email protected]

/bin/sh: line 1: 3161 Segmentation fault /var/www/html/admin/modules/dashboard/scheduler.php

I want to change that To: asterisk@ to something else, can anyone tell me what config page that is set on?

(FreePBX 13.0.167)

Thanks,

Jon

You have a bigger problem, If you have a segfault, then fix that first . . .

Well, I rebooted, and had to do a manual fsck, it seems to be back up and running, but there is a bad row entry in the sql that needs to be fixed. No more segfaults in the last 8 hours…

Jon