1
0
Fork 0
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:
anmol26s 2018-10-07 05:49:04 +05:30
parent d3024acd10
commit 353030593d

View file

@ -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=null://localhost
MAILER_URL=smtp://localhost:25
###< symfony/swiftmailer-bundle ###