EMail notification

Need:

  1. Build Failures: Need e-mail notification
  2. Successful Scheduled Build (nightly): Need e-mail notification
  3. Successful build due to commit: No e-mail notification needed.

The e-mail notification works on App settings and is NOT workflow dependent.

How do I achieve flow?. Any ideas?

Hi @navin_displayride ,

In general you can find the email notification options on the Settings tab of your app on bitrise.io

You can configure that you want to receive emails for every failed build, and no email at all for successful builds. You can’t limit that for a workflow / nightly build though.

If that wouldn’t be enough for your use case then I’d suggest you to turn those off and instead add an email step to the workflow(s) and configure that any way you like. E.g. our Send Email with Mailgun step should be flexible enough.

If you’d have any questions just let us know! :slight_smile: