fix: smtp hello for tls connections (#180)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Kyle Mendell
2025-01-27 11:37:50 +01:00
committed by GitHub
co-authored by Elias Schneider
parent 04c7f180de
commit 781ff7ae7b
2 changed files with 56 additions and 28 deletions
@@ -77,7 +77,7 @@
isSendingTestEmail = true;
await appConfigService
.sendTestEmail()
.then(() => toast.success('Test email sent successfully to your Email address.'))
.then(() => toast.success('Test email sent successfully to your email address.'))
.catch(() =>
toast.error('Failed to send test email. Check the server logs for more information.')
)