mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Add smtp option in .env
This commit is contained in:
parent
d3024acd10
commit
353030593d
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 Gmail as a transport, use: "gmail://username:password@localhost"
|
||||||
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
|
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
|
||||||
# Delivery is disabled by default via "null://localhost"
|
# Delivery is disabled by default via "null://localhost"
|
||||||
MAILER_URL=null://localhost
|
MAILER_URL=smtp://localhost:25
|
||||||
###< symfony/swiftmailer-bundle ###
|
###< symfony/swiftmailer-bundle ###
|
||||||
|
|
Loading…
Add table
Reference in a new issue