arkivo-mailer
v0.0.2
Published
An Arkivo mail plugin.
Downloads
12
Readme
arkivo-mailer
An Arkivo plugin to send Zotero attachments by e-mail.
Quickstart
Install arkivo and arkivo-mailer with NPM:
$ npm install arkivo arkivo-mailerNeedless to say, you can also install both modules globally.
Add a minimal configuration file, e.g., config/default.json:
{
"arkivo": {
"plugins": [ "arkivo-mailer" ]
}
}You can also configure the plugin's default settings in your config file:
{
"arkivo": {
"plugins": [ "arkivo-mailer" ],
"mailer": {
"from": "[email protected]",
"subject": "Arkivo Update",
"mimetypes" [
"application/pdf"
]
}
}
}For more configuration options, please consult Arkivo's documentation.
Now you start your Arkivo service:
$ $(npm bin)/arkivo upTo ensure that the mailer plugin has been loaded, you can check the output of:
$ $(npm bin)/arkivo-plugins list