Skip to content

Export Mail

Stanislav Nepochatov edited this page Oct 21, 2021 · 3 revisions

General

IO module designed to export messages by mail.

Id: export-mail
Type: EXPORT
Protocol: mail
Module class: tk.freaxsoftware.ribbon2.io.exporter.mail.MailExporter

Configuration

Following config params required for this IO module:

  • mailSmtpToList - list of addresses to send meessage to;
  • mailSmtpAddress - address of SMTP server to send reports from;
  • mailSmtpLogin - login of user to mailbox to send report;
  • mailSmtpPassword - password of user to mailbox to send report;
  • mailSmtpPort - port of the smtp server (default is 25);
  • mailSmtpSecurity - type of security to connect to smtp (NONE or SSL). Default is NONE;
  • mailSmtpFrom - from address for sending report;
  • mailSmtpDebug - print additional debug information during processing. Disabled by default;
Clone this wiki locally