Skip to content

Commit

Permalink
Revert "Revert "mention usage of postmark.django_backend.EmailBackend""
Browse files Browse the repository at this point in the history
Yeah, you read that right. Stupid git.
This reverts commit 529357c.
  • Loading branch information
themartorana committed Aug 12, 2010
1 parent 4e64b86 commit 97a8532
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Expand Up @@ -63,6 +63,14 @@ DJANGO:
changing the format from 'email@address.com' to
'Sender Name <email@address.com>' as long as the email part is
part of a Sender Signature in Postmark

To reoute all Django E-Mail functions like send_mail() and
mail_admins() through postmark use the following setting:

EMAIL_BACKEND = 'postmark.django_backend.EmailBackend'

But keep in mind that even when using standard Django functions
the sender must be registered with postmarkapp.com.


EXCEPTIONS:
Expand Down

0 comments on commit 97a8532

Please sign in to comment.