3.0.0-beta.17.4 • Published 5 years ago

strapi-provider-email-sendgridt v3.0.0-beta.17.4

Weekly downloads
30
License
MIT
Repository
github
Last release
5 years ago

strapi-provider-email-sendmailt

Resources

Links

How To Use

Install with npm. Configure like normal strapi-sendgrid but select strapi-provider-email-sendgridt in email provider.

After that you can use sendgrid dynamic template like this { "templateId":"d-49f5283b42194ba48fcf1462092672f7", "dynamic_template_data" : { "code": "<%= TOKEN %>", "preheader":"Forgot Password", "subject":"Forgot Password" } }

this provider parse json in templates message section. If provider can't parse json it behaving like original provider.

Why i need this

Normally strapi-sendgrid provider have templateid settings. But i can't find how to use with strapi email template.