You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<small><ul><li>For SMTP, use a SparkPost API key with <strong>Send via SMTP</strong> permission</li> <li>For HTTP API, use API Key with <strong>Transmissions: Read/Write</strong> permission</li><a href="https://support.sparkpost.com/customer/portal/articles/1933377-create-api-keys" target="_blank">Need help creating a SparkPost API key?</a></small>',
225
+
<small><ul><li>For SMTP, set up an API key with the <strong>Send via SMTP</strong> permission</li> <li>For HTTP API, set up an API Key with the <strong>Transmissions: Read/Write</strong> permission</li><a href="https://support.sparkpost.com/customer/portal/articles/1933377-create-api-keys" target="_blank">Need help creating a SparkPost API key?</a></small>',
226
226
isset($api_key) ? $api_key : ''
227
227
);
228
228
}
@@ -232,14 +232,13 @@ public function render_template_field()
<li>- The template must have a variable in it named <code>{{{content}}}</code>. Note the triple curly braces, which are required to include non-escaped HTML.
240
-
</li>
241
-
<li>- Use <code>{{subject}}</code> and <code>{{from_name}}</code> to substitute Subject and From Name respectively</li>
242
-
<li>- From email override has no effect.</li>
237
+
<li>- Templates can only be used with the HTTP API.</li>
238
+
<li>- Leave this field blank to disable use of a template.</li>
239
+
<li>- The template must have a variable in it named <code>{{{content}}}</code>. Note the triple curly braces, which are required to include non-escaped HTML.</li>
240
+
<li>- Use <code>{{subject}}</code> and <code>{{from_name}}</code> in your template to allow substitution of Subject and From Name respectively.</li>
241
+
<li>- From email override has no effect when using a template.</li>
0 commit comments