rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

passwd = System call ? #71

Open hanoienglish opened 6 years ago

hanoienglish commented 6 years ago

Hi, I can't figure out the syntax to use zx2c4 pass to handle authentication for mailR in msmtprc it looks like

 PassCmd              "pass Mail/school>/dev/null"

In mailR is it:

passwd = system("pass Mail/school",
                           intern = FALSE)