email-templates
email-templates copied to clipboard
A repository of common email templates to use and modify to your heart's content.
I think it's an opinion __Originally posted by @adsic2u in https://github.com/sendgrid/email-templates/issues/99__
I think it's an opinion
**Actual Behaviour** Right now, I can only send dynamic template data for one recipient at a time. Example of my code: { "personalizations": [ { "to": [ { "email": "[email protected]",...
**Expected Behaviour** Template should be rendered, and test email should be received. **Actual Behaviour** Test email is not received. It works on preview, also on sending test email it says,...
**Actual Behaviour** Template should be rendered. **Expected Behaviour** Test email is not received. It's hard to say what is wrong. But when I replace table with `ul` or just `p`...
### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my PR follows them....
**Actual Behaviour** I've created a template in code following the docs here: https://docs.sendgrid.com/ui/sending-email/editor#importing-custom-html-with-drag-and-drop-markup According to the document I can create an email template in HTML but still let my colleagues...
The variable are not been replace on the email, but are working fine on the test data, I'm with JSON ``` { "nickname": "Nick Name RESFull_Email", "asunto": "Mi super asunto",...