mn2 = MailNotifier(fromaddr="buildbot@example.org",
sendToInterestedUsers=False,
mode = 'all',
extraRecipients=['my@gmail.com'])
I tried using the above code to send email. But it does not send any notification to my gmail account. What might be the problem?