Project.configure do |project| project.build_command = './ci_build.sh' project.email_notifier.emails = ['mharper@standalonecode.com'] # Set email 'from' field. project.email_notifier.from = 'tiki_bar@standalonecode.com' end