-
Notifications
You must be signed in to change notification settings - Fork 0
Export Mail
Stanislav Nepochatov edited this page Oct 21, 2021
·
3 revisions
IO module designed to export messages by mail.
Id: export-mail
Type: EXPORT
Protocol: mail
Module class: tk.freaxsoftware.ribbon2.io.exporter.mail.MailExporter
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
orSSL
). Default isNONE
; -
mailSmtpFrom
- from address for sending report; -
mailSmtpDebug
- print additional debug information during processing. Disabled by default;