twisted.mail.mail.BounceDomain
class documentationtwisted.mail.mail
View Source
(View In Hierarchy)
Implements interfaces: twisted.mail.interfaces.IDomain
A domain with no users.
This can be used to block off a domain.
Method | exists | Raise an exception to indicate that the user does not exist in this domain. |
Method | willRelay | Indicate that this domain will not relay. |
Method | addUser | Ignore attempts to add a user to this domain. |
Method | getCredentialsCheckers | Return no credentials checkers for this domain. |
Raise an exception to indicate that the user does not exist in this domain.
Parameters | user | A user. (type: User ) |
Raises | SMTPBadRcpt | When the given user does not exist in this domain. |