From ccceb3fb51baed79fe08a0f869846ecf0bb0f6bd Mon Sep 17 00:00:00 2001 From: Godstime John Date: Thu, 1 Jun 2023 05:55:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13aa00c..af4ac3b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ php artisan vendor:publish --provider="ErrorNotifier\Notify\ErrorNotifierService ``` MAIL_DRIVER=smtp - MAIL_HOST=smtp.mailtrap.io + MAIL_HOST=sandbox.smtp.mailtrap.io MAIL_PORT=587 MAIL_USERNAME=528a733... MAIL_PASSWORD=73c29... @@ -73,7 +73,7 @@ php artisan vendor:publish --provider="ErrorNotifier\Notify\ErrorNotifierService MAIL_FROM_NAME="${APP_NAME}" ``` ### Disable notification to email -> To disable notification to email set `NOTIFIER_EMAIL=` in your .env file +> To disable notification to email, set `NOTIFIER_EMAIL=` in your .env file ### Add your slack webhook (Optional)