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 25
25
'skip_suppression' : 'options/skip_suppression' ,
26
26
'ip_pool' : 'options/ip_pool' ,
27
27
'inline_css' : 'options/inline_css' ,
28
+ 'perform_substitutions' : 'options/perform_substitutions' ,
28
29
'email_rfc822' : 'content/email_rfc822' ,
29
30
'custom_headers' : 'content/headers' ,
30
31
'use_draft_template' : 'content/use_draft_template' ,
@@ -282,6 +283,8 @@ def send(self, **kwargs):
282
283
:param str ip_pool: The ID of an IP pool associated with
283
284
your account
284
285
: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)
285
288
:param dict custom_headers: Used to set any headers associated with
286
289
transmission. See `header notes
287
290
<https://developers.sparkpost.com/api/transmissions.html#header-header-notes>`_
You can’t perform that action at this time.
0 commit comments