Package svnmailer :: Package notifier :: Module mail
[hide private]

Module mail

source code

Text based email notifiers (either piped to a program or via SMTP)


Author: Andr\xc3\xa9 Malo

Classes [hide private]
  SMTPSubmitter
Use SMTP to submit the mail
  SendmailSubmitter
Pipe all stuff to a mailer
Functions [hide private]
list
getNotifier(config, groupset)
Returns an initialized notifier or nothing
source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

getNotifier(config, groupset)

source code 

Returns an initialized notifier or nothing

Parameters:
  • config (svnmailer.settings.Settings) - The svnmailer config
  • groupset (list) - The groupset to process
Returns: list
The list of notifiers (containing 0 or 1 member)