Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case you would like to send this email every 5 minutes, you simply need to add the job command at the very beginning:

Code Block
languageyaml
pipeline:

  - job:
      schedule: "EVERY_5_MIN"

  - mail.send:
      to: "user@company.tld"
      subject: "Reminder"
      message: "Hello, it's #{@date.nowIso8601()}"

...