UNPKG

@sendgrid/helpers

Version:

Twilio SendGrid NodeJS internal helpers

9 lines (7 loc) 290 B
const DYNAMIC_TEMPLATE_CHAR_WARNING = ` Content with characters ', " or & may need to be escaped with three brackets {{{ content }}} See https://sendgrid.com/docs/for-developers/sending-email/using-handlebars/ for more information.`; module.exports = { DYNAMIC_TEMPLATE_CHAR_WARNING, };