Package trac :: Package notification :: Module mail :: Class SendmailEmailSender

Class SendmailEmailSender

source code

    object --+    
             |    
core.Component --+
                 |
                SendmailEmailSender

E-mail sender using a locally-installed sendmail program.
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
send(self, from_addr, recipients, message) source code

Inherited from core.Component: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Class Variables
  sendmail_path = <Option [notification] 'sendmail_path'>
Properties

Inherited from object: __class__