diff --git a/examples/transmissions/stored_template_send.js b/examples/transmissions/stored_template_send.js index 91e8246..7868560 100644 --- a/examples/transmissions/stored_template_send.js +++ b/examples/transmissions/stored_template_send.js @@ -8,9 +8,7 @@ var reqOpts = { transmissionBody: { recipients: [{ address: { email: 'john.doe@example.com' } }], content: { - template_id: 'my-template', - from: 'From Envelope ', - subject: 'Example Email for Stored Template' + template_id: 'my-template' } } };