Package trac :: Package notification :: Module mail :: Class AlwaysEmailSubscriber

Class AlwaysEmailSubscriber

source code

    object --+    
             |    
core.Component --+
                 |
                AlwaysEmailSubscriber

Implement a policy to -always- send an email to a certain address.

Controlled via the smtp_always_cc and smtp_always_bcc option in the notification section of trac.ini.

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
matches(self, event) source code
 
description(self) source code
 
requires_authentication(self) source code
 
default_subscriptions(self) 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

Properties

Inherited from object: __class__