You can already use mailer-plugin from a flow:

      step $class: 'hudson.tasks.Mailer', recipients: '...'
      

      However this just runs the canned functionality of Jenkins build mail notification: mail is sent only for unstable/failed builds, with a predetermined subject, etc. (Use catchError to send even after an earlier step throws an error.)

      email-ext-plugin integration would add a bunch more options, but still this would be focused on picking up existing behaviors related to build status: different stability triggers, changelogs, etc.

      For some cases you would prefer to unconditionally send a message with a given subject and a given body to a given list of recipients and that is that. This is best done with a special step:

      mail to: '...', cc: '...', subject: '...', body: '...'
      

      For example, you could do this immediately before running an input step to notify a team that something is waiting.

          [JENKINS-26104] Custom Workflow step for sending mail

          Tom FENNELLY added a comment -

          merged upstream

          Tom FENNELLY added a comment - merged upstream

          Tom FENNELLY added a comment -

          Tom FENNELLY added a comment - Short blog about this new feature: http://developer-blog.cloudbees.com/2015/01/mail-step-for-jenkins-workflow.html

          Code changed in jenkins
          User: Jesse Glick
          Path:
          COMPATIBILITY.md
          http://jenkins-ci.org/commit/workflow-plugin/a032d4c2e9ea9449b9dbc6b5ec80f527f4b49101
          Log:
          JENKINS-24887 JENKINS-26104 Noting.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: COMPATIBILITY.md http://jenkins-ci.org/commit/workflow-plugin/a032d4c2e9ea9449b9dbc6b5ec80f527f4b49101 Log: JENKINS-24887 JENKINS-26104 Noting.

          I'm having problems with pipeline plugin (formerly named workflow plugin).
          I described the problem here: https://groups.google.com/d/msg/jenkinsci-users/vziPhYZQcPI/tY2FPK1oEgAJ

          Can someone help?

          Craig Rodrigues added a comment - I'm having problems with pipeline plugin (formerly named workflow plugin). I described the problem here: https://groups.google.com/d/msg/jenkinsci-users/vziPhYZQcPI/tY2FPK1oEgAJ Can someone help?

            tfennelly Tom FENNELLY
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: