Package buildbot :: Package status :: Module mail
[frames] | no frames]

Module mail

source code

Classes
  Domain
  MailNotifier
This is a status notifier which sends email to a list of recipients upon the completion of each build.
Variables
  canDoAttachments = True
  VALID_EMAIL = re.compile(r'[a-zA-Z0-9\._%-\+]+@[a-zA-Z0-9\._%-...
  __package__ = 'buildbot.status'
Variables Details

VALID_EMAIL

Value:
re.compile(r'[a-zA-Z0-9\._%-\+]+@[a-zA-Z0-9\._%-]+.[a-zA-Z]{2,6}')