Updating mail settings
This commit is contained in:
parent
c8b86153f7
commit
fdc550402a
1 changed files with 1 additions and 3 deletions
|
@ -181,13 +181,11 @@ send to the gdb-testers mailing list."""
|
|||
'subject' : subj }
|
||||
|
||||
from buildbot.status import mail
|
||||
mn = mail.MailNotifier(fromaddr = "sergiodj@redhat.com",
|
||||
mn = mail.MailNotifier(fromaddr = "buildbot@sergiodj.net",
|
||||
sendToInterestedUsers = False,
|
||||
extraRecipients = ['sergiodj@redhat.com'],
|
||||
# extraRecipients = ['gdb-testers@sourceware.org'],
|
||||
relayhost = "smtp.corp.redhat.com",
|
||||
mode = ('failing'),
|
||||
smtpPort = 25,
|
||||
messageFormatter = MessageGDBTesters,
|
||||
extraHeaders = { 'X-GDB-Buildbot' : '1' })
|
||||
|
||||
|
|
Loading…
Reference in a new issue