mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
smtp setting in .env
This commit is contained in:
parent
353030593d
commit
20f67319d6
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ DATABASE_URL=sqlite:///%kernel.project_dir%/var/data/kimai.sqlite
|
|||
# For Gmail as a transport, use: "gmail://username:password@localhost"
|
||||
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
|
||||
# Delivery is disabled by default via "null://localhost"
|
||||
MAILER_URL=smtp://localhost:25
|
||||
MAILER_URL=smtp://localhost:25?encryption=&auth_mode=
|
||||
###< symfony/swiftmailer-bundle ###
|
||||
|
|
Loading…
Add table
Reference in a new issue