Mailer微服务的模板 使用zurb的基础墨水创建基本的响应样式。 默认情况下,包括用于帐户激活和密码重置的最简单的模板。 安装 npm i ms-mailer-templates -S 用法 const render = require ( 'ms-mailer-templates' ) ; const ctx = { link : 'http://localhost' , qs : '?token=xxxxx' , username : 'Indiana Johns' } ; render ( 'activate' , ctx , optionalHandlebarsOpts ) . then ( template => { // get rendered template } ) ; 它检查不正确的上下文,缺少的模板等 i18n 该软件包使用库提供翻译。