🔊 (sendEmail) Add log when smtp config is failing
This commit is contained in:
@ -46,6 +46,7 @@ export const SmtpConfigModal = ({
|
||||
user.email
|
||||
)
|
||||
if (testSmtpError) {
|
||||
console.error(testSmtpError)
|
||||
setIsCreating(false)
|
||||
return showToast({
|
||||
title: 'Invalid configuration',
|
||||
|
Reference in New Issue
Block a user