【发布时间】:2016-03-01 16:16:51
【问题描述】:
我正在使用 node.js 构建一个应用程序,并使用 sendgrid 来处理我的电子邮件。有谁知道我可以定义一个可以在电子邮件正文中使用的电子邮件模板的方法?
提前致谢!!
【问题讨论】:
标签: node.js email templates sendgrid
我正在使用 node.js 构建一个应用程序,并使用 sendgrid 来处理我的电子邮件。有谁知道我可以定义一个可以在电子邮件正文中使用的电子邮件模板的方法?
提前致谢!!
【问题讨论】:
标签: node.js email templates sendgrid
如果您使用的是sendgrid-nodejs 库,那么您可以在readme 中找到如何指定模板的示例。您还可以在文档中找到更多高级别的 transactional email template 信息。
【讨论】: