Tenzir supports sending events as email using the
save_email
operator. To this end, the
operator establishes a connection with an SMTP server that sends the message on
behalf of Tenzir.
Examples
Email the Tenzir version as CSV message
Send the email body as MIME part
This results in an email body of this shape:
--------------------------s89ecto6c12ILX7893YOEf
Content-Type: application/json
Content-Transfer-Encoding: quoted-printable
{
"version": "4.10.4+ge0a060567b-dirty",
"build": "ge0a060567b-dirty",
"major": 4,
"minor": 10,
"patch": 4
}
--------------------------s89ecto6c12ILX7893YOEf--