[Buildbot-devel] Not getting email updates

Nick Bolton nick.bolton.uk at gmail.com
Sun Jun 20 15:47:09 UTC 2010


Hello,

I've added the following to my master.cfg, but we're still not getting
email updates.

	from buildbot.status import mail
	m = mail.MailNotifier(
		fromaddr="buildbot at synergy-plus.org",
		lookup="gmail.com",
		mode='all') #failing
	c['status'].append(m)

What could be going wrong? I can't see any smoking guns in twistd.log
- where else could I look?

Our svn repo is at:

    https://synergy-plus.googlecode.com/svn

The buildbot status is showing the correct usernames in the status column:

    http://buildbot.synergy-plus.org:8000/waterfall

... so my assumption is that lookup will just tag @gmail.com on to the
end of the usernames. Is incorrect?

Nick




More information about the devel mailing list