File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2525 'skip_suppression' : 'options/skip_suppression' ,
2626 'ip_pool' : 'options/ip_pool' ,
2727 'inline_css' : 'options/inline_css' ,
28+ 'perform_substitutions' : 'options/perform_substitutions' ,
2829 'email_rfc822' : 'content/email_rfc822' ,
2930 'custom_headers' : 'content/headers' ,
3031 'use_draft_template' : 'content/use_draft_template' ,
@@ -282,6 +283,8 @@ def send(self, **kwargs):
282283 :param str ip_pool: The ID of an IP pool associated with
283284 your account
284285 :param bool inline_css: Whether or not to perform CSS inlining
286+ :param bool perform_substitutions: Whether or not to enable
287+ substitutions (default is True)
285288 :param dict custom_headers: Used to set any headers associated with
286289 transmission. See `header notes
287290 <https://developers.sparkpost.com/api/transmissions.html#header-header-notes>`_
You can’t perform that action at this time.
0 commit comments