Skip to content

Commit

Permalink
Merge pull request #798 from sendgrid/kylearoberts-patch-1
Browse files Browse the repository at this point in the history
Update transactional-templates.md
  • Loading branch information
thinkingserious authored Oct 30, 2018
2 parents 91e893f + eef3888 commit cb1a1cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions use-cases/transactional-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Hello {{ name }},
<br /><br/>
I'm glad you are trying out the template feature!
<br /><br/>
<%body%>
<br /><br/>
I hope you are having a great day in {{ city }} :)
<br /><br/>
</body>
Expand All @@ -34,9 +32,6 @@ sgMail.setApiKey(process.env.SENDGRID_API_KEY);
const msg = {
to: '[email protected]',
from: '[email protected]',
subject: 'Hello world',
text: 'Hello plain world!',
html: '<p>Hello HTML world!</p>',
templateId: 'd-f43daeeaef504760851f727007e0b5d0',
dynamic_template_data: {
subject: 'Testing Templates',
Expand Down

0 comments on commit cb1a1cf

Please sign in to comment.