mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 11:28:29 +02:00
Much faster email sending with the new Message Broker
This commit is contained in:
parent
23d50a0b0c
commit
43e7b3250d
7 changed files with 286 additions and 174 deletions
|
@ -11,7 +11,7 @@ DB_USERNAME=root
|
|||
DB_PASSWORD=
|
||||
DB_PORT=3306
|
||||
|
||||
#mailer settings (Driver = smtp or utopia, Api Provder = sendgrid or mailgun)
|
||||
#mailer settings (Driver = smtp, utopia or msg [for local message broker]; Api Provder = sendgrid or mailgun)
|
||||
|
||||
MAIL_DRIVER=none
|
||||
MAIL_HOST=smtp.mailtrap.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue