Skip to content

Commit

Permalink
removes from and subject from transmission stored template send example
Browse files Browse the repository at this point in the history
  • Loading branch information
colestrode committed Mar 14, 2016
1 parent d6eaa2a commit 3df1f6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/transmissions/stored_template_send.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ var reqOpts = {
transmissionBody: {
recipients: [{ address: { email: '[email protected]' } }],
content: {
template_id: 'my-template',
from: 'From Envelope <[email protected]>',
subject: 'Example Email for Stored Template'
template_id: 'my-template'
}
}
};
Expand Down

0 comments on commit 3df1f6c

Please sign in to comment.