Skip to content
Esteban Galvis Triana edited this page Sep 5, 2023 · 2 revisions

Email

An email node allows sending an email to various recipiets, these emails can be formatted using jinja variables.

Content:

- id: m1
  type: email
  server_id: "sample-server-id"
  subject: The subject
  recipients:
    - foo1@foo.com
    - foo2@foo.com
    - foo2@foo.com
  attachments:
    - https://www.w3.org/People/mimasa/test/imgformat/img/w3c_home.png
    - https://www.gstatic.com/webp/gallery/1.jpg
    - https://www.orimi.com/pdf-test.pdf
    - https://samplelib.com/lib/preview/mp4/sample-5s.mp4
  text: "Hello World!"
  format: "html"
  encode_type: "utf-8"
  o_connection: m2
Clone this wiki locally