232.7. 电子邮件示例 在本例中,我们想使用 Mustache 模板进行单次确认电子邮件。电子邮件模板在 Mustache 中进行布局,如下所示: Dear {{headers.lastName}}}, {{headers.firstName}} Thanks for the order of {{headers.item}}. Regards Camel Riders Bookstore {{body}} Dear {{headers.lastName}}}, {{headers.firstName}} Thanks for the order of {{headers.item}}. Regards Camel Riders Bookstore {{body}} Copy to Clipboard Copied! Toggle word wrap Toggle overflow 前一个下一个