From b9f606ba2e2e92838bf25d63b8006157921d8fac Mon Sep 17 00:00:00 2001 From: OMKAR AGRAWAL Date: Wed, 15 Jul 2020 20:09:12 +0530 Subject: added env variable MAIL_SSL --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index 94a6304..12755ae 100644 --- a/.env.example +++ b/.env.example @@ -36,4 +36,5 @@ SMTP_PORT=2525 SMTP_HOST=127.0.0.1 MAIL_USERNAME=username MAIL_PASSWORD=password -MAIL_SENDER=noreply@getferdi.com \ No newline at end of file +MAIL_SENDER=noreply@getferdi.com +MAIL_SSL=true \ No newline at end of file -- cgit v1.2.3-54-g00ecf