mailgun-bulk-send:使用Mailgun从CSV文件发送大量电子邮件

时间:2021-05-17 07:58:56
【文件属性】:
文件名称:mailgun-bulk-send:使用Mailgun从CSV文件发送大量电子邮件
文件大小:30KB
文件格式:ZIP
更新时间:2021-05-17 07:58:56
JavaScript Mailgun批量发送器 一个命令行实用程序,用于通过用node.js(v8 +)编写的Mailgun向大量用户发送一次性电子邮件。 如何使用 1.安装依赖项 在项目文件夹中 npm install 2.创建一个配置文件 复制样本配置文件: cp config.sample.json config.json 3.编辑配置文件 更新config.json并输入Mailgun域和api密钥。 发送广告活动 要发送广告系列,您将需要描述该广告系列的一组文件: subject.txt: One liner for email subject body.html: HTML version of the email body.txt: Text version of the email users.csv: A list of users to send to 有关示例数据,请参见exam
【文件预览】:
mailgun-bulk-send-master
----.gitignore(46B)
----.eslintrc(5KB)
----package.json(680B)
----load_config.js(1KB)
----package-lock.json(76KB)
----index.js(3KB)
----config.test.json(162B)
----README.md(2KB)
----tests()
--------sender_spec.js(1KB)
--------fixtures()
----example()
--------body.txt(36B)
--------body.html(63B)
--------subject.txt(12B)
--------users.csv(192B)
----logger.js(637B)
----config.sample.json(202B)
----sender.js(5KB)

网友评论