Smtp username (#14134)

Tested with vendor resend.com

/closes #14120
This commit is contained in:
neo773
2025-08-28 18:19:39 +05:30
committed by GitHub
parent 9b41a3be54
commit 6eb9a4e024
6 changed files with 22 additions and 4 deletions
@@ -94,7 +94,7 @@ export class ImapSmtpCaldavService {
host: params.host,
port: params.port,
auth: {
user: handle,
user: params.username ?? handle,
pass: params.password,
},
tls: {