Documentation > Exception Emails
This package is able to email you exceptions which occur in production environments.
Set the emails in the ux.php
config file:
'exception_emails' => '[email protected]',
Or, set multiple emails:
'exception_emails' => ['[email protected]', '[email protected]'],
Just make sure you configured .env
MAIL variables so these emails can send.