does PB support oAuth2 to send email ?

Just starting out? Need help? Post your questions and find answers here.
moricode
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 25, 2023 3:55 am

does PB support oAuth2 to send email ?

Post by moricode »

if use PB email lib functions , can we send email with oAuth2 server like Gmail.com or outlook.com ?
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: does PB support oAuth2 to send email ?

Post by infratec »

I don't think so.

But you can try my libcurl.pbi (smtp example) and add CURLOPT_XOAUTH2_BEARER

https://curl.se/libcurl/c/CURLOPT_XOAUTH2_BEARER.html
Post Reply