removes note from docs.

This commit is contained in:
Moisés Guimarães 2016-12-05 16:47:24 -03:00
parent a4178f99da
commit c08d278c0c
1 changed files with 0 additions and 6 deletions

View File

@ -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
==========================