Docs: remove references to "approved sending domains".

Mandrill dropped the requirement for pre-approving the from_email address a while back.
This commit is contained in:
medmunds
2014-01-25 11:36:46 -08:00
parent ec7a302252
commit 6ebd5d1342
2 changed files with 0 additions and 7 deletions

View File

@@ -107,9 +107,6 @@ Djrill 1-2-3
# Send it: # Send it:
msg.send() 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 .. END quickstart

View File

@@ -25,10 +25,6 @@ Some notes and limitations:
("email\@example.com") or can include a display name ("email\@example.com") or can include a display name
("Real Name <email\@example.com>"). ("Real Name <email\@example.com>").
**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** **CC Recipients**
Djrill treats all "cc" recipients as if they were Djrill treats all "cc" recipients as if they were
additional "to" addresses. (Mandrill does not distinguish "cc" from "to".) additional "to" addresses. (Mandrill does not distinguish "cc" from "to".)