Class EmailBackend

An email backend for use during test sessions.

Declaration

class EmailBackend(BaseEmailBackend)
source link

Documentation

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.

Methods

Inherited methods