class twisted.mail.protocols.ESMTPDomainDelivery(DomainDeliveryBase): (source)
A domain delivery base class for use in an ESMTP server.
| Class Variable | protocolName | Undocumented |
Inherited from DomainDeliveryBase:
| Instance Variable | service | See __init__ |
| Instance Variable | user | See __init__ |
| Instance Variable | host | See __init__ |
| Method | __init__ | |
| Method | receivedHeader | Generate a received header string for a message. |
| Method | validateTo | Validate the address for which a message is destined. |
| Method | validateFrom | Validate the address from which a message originates. |