Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 504 Bytes

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' => 'admin@example.com',

Or, set multiple emails:

'exception_emails' => ['admin1@example.com', 'admin2@example.com'],

Just make sure you configured .env MAIL variables so these emails can send.