From 67214f591436690f4715ab0a82a51da0182f6808 Mon Sep 17 00:00:00 2001 From: sergiu Date: Fri, 29 Nov 2024 13:40:45 +0200 Subject: [PATCH] removed empty lines --- config/mail.global.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.global.php.dist b/config/mail.global.php.dist index 77e6888..dcc1a61 100644 --- a/config/mail.global.php.dist +++ b/config/mail.global.php.dist @@ -89,10 +89,10 @@ return [ 'connection_config' => [ //the smtp authentication identity - //'username' => '', + 'username' => '', //the smtp authentication credential - //'password' => '', + 'password' => '', //the encryption type to be used, ssl or tls //null should be used to disable SSL