This plugin sends mails to a list of people (the list being stored in a dataset).
It takes as input a dataset containing a row per mail to send.
It can also attach other datasets, as CSV or Excel attachments in the mails.
Publishing an attachment (from a dataset) to a list of people (in another dataset) .

Plugin Information
Version | 0.1.7 |
---|---|
Author | Dataiku |
Released | 2015/11/15 |
Last updated | 2020/10/01 |
License | Apache Software License |
Source code | Github |
Reporting issues | Github |
How To Use
For each of the following fields, a value can either be provided in the configuration (if it is the same for each email to be sent) or be read from a column in the dataset:
- Recipent Email
- Sender Email
- Email Subject
- Email Body
Optionally, attachements can be provided from another dataset (and be sent as CSV or Excel).
The output dataset is only used for reporting. Email address should generally be in the form: ‘Name <[email protected]>’
More information about the plugin is available in the Github repository