Skip to content

Commit 2f13daf

Browse files
authored
fix
1 parent bd35df1 commit 2f13daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/config/email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'host' => env("KIRBY_MAIL_HOST"),
77
'port' => json_decode(env("KIRBY_MAIL_PORT")),
88
'security' => true,
9-
'auth' => 'tls',
9+
'auth' => true,
1010
'username' => env("KIRBY_MAIL_USER"),
1111
'password' => env("KIRBY_MAIL_PASS")
1212
]

0 commit comments

Comments
 (0)