class documentation

class EmailBackend(BaseEmailBackend):

View In Hierarchy

An email backend for use during test sessions.

The test connection stores email messages in a dummy outbox, rather than sending them out on the wire.

The dummy outbox is accessible through the outbox instance attribute.

Method __init__ Undocumented
Method send​_messages Redirect messages to the dummy outbox

Inherited from BaseEmailBackend:

Method __enter__ Undocumented
Method __exit__ Undocumented
Method close Close a network connection.
Method open Open a network connection.
Instance Variable fail​_silently Undocumented
def __init__(self, *args, **kwargs):
def send_messages(self, messages):
Redirect messages to the dummy outbox