sendgrid / opensource

SendGrid Open Source Dashboard
http://github.com/sendgrid
MIT License
35 stars 13 forks source link

Example of how to send emails within the R Programming Language #9

Open thinkingserious opened 6 years ago

thinkingserious commented 6 years ago

Specifically, using the R library RDCOMClient.

Here is a reference for sending with DisplayR.

jlax47 commented 6 years ago

@thinkingserious What's the thought behind using the RDCOMClient library? It appears to be windows only and I can't even see how it would be used (but I'm also not familiar with it). What about just using the v3 web api with httr?

aroach commented 6 years ago

@jlax47 We had it come in as a question, and thought that the community could weigh in on it.