I have a database in R with a list of email addresses (several on each row). I would like to be able to send a template email to each row with some varying elements in the text (name, action required).
I was thinking to use a function with the RDCOMClient
package. As I do not have any code to provide, there is no need to reply with a code, just ideas of how I could solve this problem.