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 04:37:50 -06:00
committed by GitHub
parent 04c7f180de
commit 781ff7ae7b
2 changed files with 56 additions and 28 deletions

View File

@@ -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.')
)