From 85431628277cbe1f2802671076985edb10d2cf02 Mon Sep 17 00:00:00 2001 From: mw Date: Wed, 29 Oct 2014 14:59:55 -0400 Subject: [PATCH] Update README.rst --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 136b078b6..55711d6a4 100644 --- a/README.rst +++ b/README.rst @@ -122,6 +122,16 @@ Set ReplyTo message.sendgrid.Mail() message.set_replyto('example@email.com') + +Using Templates +~~~~~~~~~~~~~~~~~ + +.. code:: python + + # template should be active + message.add_filter('templates', 'template_id', 'TEMPLATE-ALPHA-NUMERIC-ID') + + Set File Attachments ~~~~~~~~~~~~~~~~~~~~