From 20f67319d6ab0b0a2eaa54476bb00768bbfdc896 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 7 Oct 2018 23:59:12 +0530 Subject: [PATCH] smtp setting in .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index eb85a42..552faa8 100644 --- a/conf/.env +++ b/conf/.env @@ -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 ###