mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
... and fixing #329 once more.
This commit is contained in:
@@ -1214,8 +1214,8 @@ from buildbot.status import mail
|
||||
from buildbot_private import email_auth
|
||||
mn = mail.MailNotifier(fromaddr="buildbot@coolprop.dreamhosters.com",
|
||||
sendToInterestedUsers=False,
|
||||
mode=('problem',),
|
||||
extraRecipients=["coolprop@jorrit.org"], "ian.h.bell@gmail.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'],
|
||||
|
||||
Reference in New Issue
Block a user