CircleCI

View on Orb Registry ยท View Source

Here is an example of how to start sending emails from within a CircleCI workflow, no matter the environment.

orbs:
  email: cinotify/email@1.2.0

workflows:
  example-workflow:
    jobs:
      - email/send:
          body: "Configure this notification at https://www.cinotify.cc/"
          subject: CircleCI job started
          to: example@example.com

To learn more about this orb, view CI Notify on the CircleCI Orb registry.