From 6ebd5d1342546c37545f02a4986958173a690df3 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sat, 25 Jan 2014 11:36:46 -0800 Subject: [PATCH] Docs: remove references to "approved sending domains". Mandrill dropped the requirement for pre-approving the from_email address a while back. --- README.rst | 3 --- docs/usage/sending_mail.rst | 4 ---- 2 files changed, 7 deletions(-) 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".)