1
0
Fork 0
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:
anmol26s 2018-10-07 23:59:12 +05:30
parent 353030593d
commit 20f67319d6

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=smtp://localhost:25
MAILER_URL=smtp://localhost:25?encryption=&auth_mode=
###< symfony/swiftmailer-bundle ###