class documentation

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): (source)
def send_messages(self, messages): (source)

Redirect messages to the dummy outbox