We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7f412b + 8543162 commit 376df10Copy full SHA for 376df10
1 file changed
README.rst
@@ -122,6 +122,16 @@ Set ReplyTo
122
message.sendgrid.Mail()
123
message.set_replyto('example@email.com')
124
125
+
126
+Using Templates
127
+~~~~~~~~~~~~~~~~~
128
129
+.. code:: python
130
131
+ # template should be active
132
+ message.add_filter('templates', 'template_id', 'TEMPLATE-ALPHA-NUMERIC-ID')
133
134
135
Set File Attachments
136
~~~~~~~~~~~~~~~~~~~~
137
0 commit comments