[Buildbot-devel] info needed on sending emails from buildmaster

Anantvijay K anantvijayk.ml at gmail.com
Tue May 5 06:39:21 UTC 2009


Hi,

I'm quite new to buildbot.
I've set up the buildbot master & slave(s).
I'm able to view the status through the html interface.

I've added the following lines to the master.cfg file to
enable html and mail notification:

c['builders'] = [b4]
c['status'] = []

from buildbot.status import html
c['status'].append(html.WebStatus(http_port=8080))

from buildbot.status import mail
c['status'].append(mail.MailNotifier(fromaddr="myname at xyz.com",
                                      extraRecipients=["list at xyz.com"],
                                      sendToInterestedUsers=False))

But i'm not able to send emails. Spent lot of time searching
for solution in this regard. But no results. Can any one help
me on solving this issue?

Thanks in advance,
Anantvijay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090505/1c24022c/attachment.html>


More information about the devel mailing list