Oauth2 / Modernauth support for email module
Hey !
I'm working on a bot that i'll use as a sales tunnels for client to order my product.
As a result I want to use the smtp module to send a recap mail to the customer and an order info mail for myself.
Here's the problem : I use Outlook for all my mails, but its SMTP service requires Oauth2 / Modernauth, and if I'm not mistaken the actual module doesn't support it.
Is it planned to be integrated / Is there any workaround I might not be aware of ?
Thanks,
Thibaut
6 Replies
Mmmh, you still should be to get proper SMTP credentials instead of OAuth
Well, I've tried with the setup that's indicated on Microsoft website (https://support.microsoft.com/fr-fr/office/param%C3%A8tres-pop-imap-et-smtp-pour-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) and with my outlooks credentials but I get this error inside of typebot : 535 5.7.139 Authentication unsuccessful, basic authentication is disabled. [LO2P265CA0314.GBRP265.PROD.OUTLOOK.COM 2025-05-21T21:22:07.877Z 08DD96ADFEDFBFCC]
Paramètres POP, IMAP et SMTP pour Outlook.com - Support Microsoft
En savoir plus sur les paramètres POP, IMAP et SMTP pour Outlook
It has nothing to do with Typebot then, contact the Outlook support 🙏
Well, correct me if I'm wrong, but since Typebot doesn't integrate Oauth2 or Mordernauth, it can't connect to Outlook SMTP servers because of their security policy.
Using basic auth method, it won't work even if you got proper login / password.
Well I guess then Outlook is not compatible with Typebot!
Okay, that's all I wanted to know :) Thanks for your answers !