Email Notification of ACP Log Errors [Deleted]

Marcus

Well-known member
Marcus submitted a new resource:

Email Notification of ACP Log Errors - Super Administrators are notified by email

Email Notification of ACP Log Errors checks every 15 minutes for new entries in the ACP Error Log. New entries are mailed to super administrators.

Configuration
There is no configuration needed.

Installation
1. Upload the library folder
2. Install the XML file

Read more about this resource...
 
Yes, it should work with all kind of xenforo releases (1.x.x). I just wrote and tested it today for the 1.5 release.

The addon is programmed as simple as possible.
 
Last edited:
Is there a limit on the e-mails that are being send?
I don't want to end up with 50 000 e-mails when something goes wrong :p
 
Email Notification of ACP Log Errors checks every 15 minutes for new entries in the ACP Error Log. New entries are mailed to super administrators.

That means you will get a maximum of four email per hour. Each email contains the error messages from the last 15 minutes.
 
Marcus updated Email Notification of ACP Log Errors with a new update entry:

Minor Update

  • OPTIONAL Added support for specifying administrator accounts (can also be non-super-admin accounts) to which the emails are going to avoid sending emails to all super administrators. library/config.php: $config['logErrorMailAdmins'] = '5,6,7'; If $config['logErrorMailAdmins'] = '' or $config['logErrorMailAdmins'] is not set at all, then emails are going to all Super Administrators.
  • Using PHP functions to replace internal logic (array_intersect_key along with array_flip)...

Read the rest of this update entry...
 
Marcus updated Email Notification of ACP Log Errors with a new update entry:

Support for notify regular Admins by email

New Support for sending ACP Error Mails to regular Admins.

If no configuration for this addon in config.php is set, this addon will send emails to super administrators only. If there are no super administrators defined in config.php, this addon will send mails to all regular administrators. If your community has no super administrators and no regular administrators, no emails will be send.


If there are specific users defined in config.php for receiving emails, only these users will be...

Read the rest of this update entry...
 
Top Bottom