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

James Youngman jay at gnu.org
Tue May 5 09:29:37 UTC 2009


On Tue, May 5, 2009 at 7:39 AM, Anantvijay K <anantvijayk.ml at gmail.com> wrote:
> 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))

You don't specify relayhost here, so twisted.mail.smtp.sendmail will
use localhost as the relayhost.    Is anything printed in the log
file?   Do you get a log message "sending mail (<some-number> bytes)
to ..."?   If so, the buildbot is attempting to send the mail, but
it's not being delivered.   Check the mail queue and mail server logs
on the local machine.


>
> 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
>
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>




More information about the devel mailing list