t.m.s.ESMTPSenderFactory(SMTPSenderFactory) : class documentation

Part of twisted.mail.smtp View Source View In Hierarchy

Utility factory for sending emails easily.
Method __init__
Method buildProtocol Create an instance of a subclass of Protocol.

Inherited from SMTPSenderFactory:

Method clientConnectionFailed Called when a connection has failed to connect.
Method clientConnectionLost Called when an established connection is lost.
Method _removeDeferred Undocumented
Method _processConnectionError Undocumented

Inherited from ClientFactory (via SMTPSenderFactory):

Method startedConnecting Called when a connection has been started.

Inherited from Factory (via SMTPSenderFactory, ClientFactory):

Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.
def __init__(self, username, password, fromEmail, toEmail, file, deferred, retries=5, timeout=None, contextFactory=None, heloFallback=False, requireAuthentication=True, requireTransportSecurity=True): (source)
ParametersfromEmailThe RFC 2821 address from which to send this message.
toEmailA sequence of RFC 2821 addresses to which to send this message.
fileA file-like object containing the message to send.
deferredA Deferred to callback or errback when sending of this message completes.
retriesThe number of times to retry delivery of this message.
timeoutPeriod, in seconds, for which to wait for server responses, or None to wait forever.
def buildProtocol(self, addr): (source)

Create an instance of a subclass of Protocol.

The returned instance will handle input on an incoming server connection, and an attribute "factory" pointing to the creating factory.

Override this method to alter how Protocol instances get created.
Parametersaddran object implementing twisted.internet.interfaces.IAddress
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.