Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 504 Bytes

exception-emails.md

File metadata and controls

23 lines (14 loc) · 504 Bytes

Documentation > Exception Emails

Exception Emails

This package is able to email you exceptions which occur in production environments.

Configuring Emails

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.