From 26477b3b13c28096363acba870c4bcbc3b698d59 Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Tue, 28 Feb 2012 16:52:14 -0800 Subject: [PATCH] again with the readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 4e0a2ca..e906a1a 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,7 @@ Example, in a view: :: msg = DjrillMessage(subject, text_content, from_email, to, tags=tags, from_name=from_name) msg.attach_alternative(html_content, "text/html") msg.send() + ... # you'll want to return some sort of HttpResponse Any tags over 50 characters in length are silently ignored. Same for any attached alternatives after the first one.