rstudio / blastula

Easily send great-looking HTML email messages from R
https://pkgs.rstudio.com/blastula
Other
546 stars 84 forks source link

Authentication with OAuth when sending emails from Google Workspace #329

Open andrea-ixpantia opened 6 months ago

andrea-ixpantia commented 6 months ago

We are using the creds_envvar function to authenticate with a google workspace email using a SMTP server but recently we got the following alarm from Google, where it states that this auth method will no longer be supported.

Screenshot 2024-03-08 at 10 09 47

Are you planning to add a function to be able to use OAuth as the authentication method within the smtp_send workflow or a new function that uses this method?