diff --git a/README.rst b/README.rst index 260f820..bee69b6 100644 --- a/README.rst +++ b/README.rst @@ -107,9 +107,6 @@ Djrill 1-2-3 # Send it: msg.send() - (Be sure to use a ``from_email`` that's in one of your Mandrill approved sending - domains, or the message won't get sent.) - .. END quickstart diff --git a/docs/usage/sending_mail.rst b/docs/usage/sending_mail.rst index 1a238c5..536bba6 100644 --- a/docs/usage/sending_mail.rst +++ b/docs/usage/sending_mail.rst @@ -25,10 +25,6 @@ Some notes and limitations: ("email\@example.com") or can include a display name ("Real Name "). -**From Address** - The ``from_email`` must be in one of the approved sending - domains in your Mandrill account, or Mandrill will refuse to send the message. - **CC Recipients** Djrill treats all "cc" recipients as if they were additional "to" addresses. (Mandrill does not distinguish "cc" from "to".)