From 353030593d533f44412266d538110b4f3876f3ff Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 7 Oct 2018 05:49:04 +0530 Subject: [PATCH] Add smtp option in .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 7ac7eef..eb85a42 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=null://localhost +MAILER_URL=smtp://localhost:25 ###< symfony/swiftmailer-bundle ###