mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Buildbot sends emails, closes #329
This commit is contained in:
@@ -1212,19 +1212,18 @@ c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))
|
||||
|
||||
from buildbot.status import mail
|
||||
from buildbot_private import email_auth
|
||||
#mn = mail.MailNotifier(fromaddr="buildbot@coolprop.org",
|
||||
# mode = ('problem',)
|
||||
# )
|
||||
mn = mail.MailNotifier(fromaddr="buildbot@coolprop.dreamhosters.com",
|
||||
sendToInterestedUsers=False,
|
||||
mode=('all',),
|
||||
extraRecipients=["coolprop@jorrit.org"], #,"ian.h.bell@gmail.com"],
|
||||
useTls=True, relayhost="coolprop.dreamhosters.com",
|
||||
mode=('problem',),
|
||||
extraRecipients=["coolprop@jorrit.org"], "ian.h.bell@gmail.com"],
|
||||
#useTls=True,
|
||||
relayhost="homie.mail.dreamhost.com",
|
||||
smtpPort=587, smtpUser=email_auth['user'],
|
||||
smtpPassword=email_auth['pass'])
|
||||
|
||||
c['status'].append(mn)
|
||||
|
||||
|
||||
####### PROJECT IDENTITY
|
||||
|
||||
# the 'title' string will appear at the top of this buildbot
|
||||
|
||||
Reference in New Issue
Block a user