mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Better unknown errors for test emails
This commit is contained in:
parent
072d4ecf98
commit
20e3922390
@ -62,6 +62,7 @@ export const POST = createSmartRouteHandler({
|
||||
recipient_email: body.recipient_email,
|
||||
email_config: body.email_config,
|
||||
}));
|
||||
errorMessage = "Unknown error while sending test email. Make sure the email server is running and accepting connections.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user