From c08d278c0c7549b3377df995cdf724e3fbb8c02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es?= Date: Mon, 5 Dec 2016 16:47:24 -0300 Subject: [PATCH] removes note from docs. --- docs/topics/email.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/topics/email.rst b/docs/topics/email.rst index f68448276..aac93a91a 100644 --- a/docs/topics/email.rst +++ b/docs/topics/email.rst @@ -35,12 +35,6 @@ And here is how to use it to send an e-mail (without attachments):: mailer.send(to=["someone@example.com"], subject="Some subject", body="Some body", cc=["another@example.com"]) -.. note:: - As shown in the example above, ``to`` and ``cc`` need to be lists - of email addresses, not single addresses, and even for one recipient, - i.e. ``to="someone@example.com"`` will not work. - - MailSender class reference ==========================