rstudio / blastula

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

Is there any way to configure a different "reply_to" email address? #300

Closed klotzsche-useR closed 1 year ago

klotzsche-useR commented 1 year ago

smtp_send( from = "jane@example.com", reply_to. = "john@example.com", to = email_list, subject = "Example Example", credentials = blastula_creds, verbose = F )

rich-iannone commented 1 year ago

This is still a thing that needs to be done. There is a previous issue for that in https://github.com/rstudio/blastula/issues/113 so I will close this one. However, I am working on this package again so this issue will probably be worked on soon.