Hi team,
I need to have the ability to send emails on behalf of the users. I have built an application that allows users to send emails while using my app to their customers. Is this possible via auth0?
Hi team,
I need to have the ability to send emails on behalf of the users. I have built an application that allows users to send emails while using my app to their customers. Is this possible via auth0?
Hi @cordell
Welcome to the Auth0 Community!
Thank you for sharing your question. Can you share more details about what you expect Auth0 to do?
Thanks
Dawid
Im building an application that will allow users to send emails from my app.
To achieve this i have requested gmail permission which fails with the following error:
error_description": “Unauthormized”
In my app engine, i have https://dev-xyz.us.auth0.com/login/callback
@dawid.matuszczyk here is the full error message:
{
“error”: “invalid_request”,
“error_description”: “Unauthorized”
}