Bug Mailer
11 Sep 2018Design
Env:
- Production
- staging
- local (default)
- customize. will follow setting of local
- from
- title format
Facade::reportError(); call bugMailer->report($e, 'error');
Facade::reportWarning(); call bugMailer->report($e, 'warning');
Facade::reportInfo(); call bugMailer->report($e, 'info');
Facade::report($e, $level) call bugMailer->report($e, $level);
Example
Laravel 5.x Email Exceptions 1
PROS
- Good email template
- Good config structure
- Supports throttle
CONS
- No facade avaiable
- No email group (list), mutiple emails