mentat.daemon.component.mailer module¶
Daemon component providing configurable mailing services to daemons.
The implementation is based on pyzenkit.zendaemon.ZenDaemonComponent
.
-
class
mentat.daemon.component.mailer.
MailerDaemonComponent
(**kwargs)[source]¶ Bases:
pyzenkit.zendaemon.ZenDaemonComponent
Implementation of ZenDaemonComponent for mailing services.
-
EVENT_EMAIL_SEND_IDEA
= 'email_send_idea'¶
-
EVENT_LOG_STATISTICS
= 'log_statistics'¶
-
STATS_CNT_ERRORS
= 'cnt_errors'¶
-
STATS_CNT_MAILED
= 'cnt_mailed'¶
-
STATS_COUNTERS
= 'counters'¶
-