class documentation

class ESMTPDomainDelivery(DomainDeliveryBase): (source)

View In Hierarchy

A domain delivery base class for use in an ESMTP server.
Class Variable protocol​Name Undocumented

Inherited from DomainDeliveryBase:

Method __init__
Method received​Header Generate a received header string for a message.
Method validate​From Validate the address from which a message originates.
Method validate​To Validate the address for which a message is destined.
Instance Variable host See __init__
Instance Variable service See __init__
Instance Variable user See __init__