Unable to send email verification, errror - SMTP disabled
TL;DR
Developers are getting a 503 Service Unavailable error when trying to access /v1/account/verification. They're also receiving a 404 error message. They can still send emails through messaging but are unable to send email verification due to SMTP being disabled.
stranger
5 Sep, 2024, 19:04
{
"message": "The requested route was not found. Please refer to the API docs and try again.",
"code": 404,
"type": "general_route_not_found",
"version": "1.5.10"
}
stranger
5 Sep, 2024, 19:14
I am able to send email through messaging though
Steven
5 Sep, 2024, 19:47
Is this from a different API call?
stranger
5 Sep, 2024, 19:48
Just visited the path
stranger
5 Sep, 2024, 19:49
Just visited the path, Logs have same message on call though