We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd35df1 commit 2f13dafCopy full SHA for 2f13daf
site/config/email.php
@@ -6,7 +6,7 @@
6
'host' => env("KIRBY_MAIL_HOST"),
7
'port' => json_decode(env("KIRBY_MAIL_PORT")),
8
'security' => true,
9
- 'auth' => 'tls',
+ 'auth' => true,
10
'username' => env("KIRBY_MAIL_USER"),
11
'password' => env("KIRBY_MAIL_PASS")
12
]
0 commit comments