Added the ability to send notifications by email when a new review is added.

This commit is contained in:
2024-07-27 00:29:28 +05:00
parent c84ed9f12b
commit 46da639055
7 changed files with 112 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
APP_NAME=Laravel
APP_NAME="My Projects Website"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
@@ -11,6 +11,10 @@ CAPTCHA_PRIVATE_TOKEN=
CAPTCHA_STATIC_PATH=http://your-domain-captcha-or-IP:8081/captcha
CAPTCHA_PUBLIC_TOKEN=
# Don't forget to configure MAIL_MAILER to send mail.
FEEDBACK_MAIL_NOTIFICATIONS=false
FEEDBACK_MAIL_TO=
APP_FORCE_HTTPS=false
APP_DEFAULT_LOCALE=ru
@@ -59,7 +63,7 @@ REDIS_HOST=app-redis
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=log
MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null