rstudio / blastula

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

Environment Variable with 2FA #266

Open JPChan1 opened 3 years ago

JPChan1 commented 3 years ago

Hello all,

Would it be possible to update creds_envvar() to work with accounts with 2FA enabled? That would useful in automation on servers that are regularly wiped (cred keys/files aren't saved and require manually entering the App password every time). Potentially could we save the output of create_smtp_creds_file() or an App password as an environment variable?

Thanks, J