From 3df1f6c5d58ce566ad93f3cd1894d4eb310296ca Mon Sep 17 00:00:00 2001 From: Cole Furfaro-Strode Date: Mon, 14 Mar 2016 10:06:11 -0400 Subject: [PATCH] removes from and subject from transmission stored template send example --- examples/transmissions/stored_template_send.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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' } } };