1 Star 0 Fork 280

lovezhou1990 / SeaTunnel

forked from Apache SeaTunnel / SeaTunnel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Email.md 1.98 KB
一键复制 编辑 原始数据 按行查看 历史

Email

Email source connector

Description

Send the data as a file to email.

The tested email version is 1.5.6.

Key features

Options

name type required default value
email_from_address string yes -
email_to_address string yes -
email_host string yes -
email_transport_protocol string yes -
email_smtp_auth string yes -
email_authorization_code string yes -
email_message_headline string yes -
email_message_content string yes -
common-options no -

email_from_address [string]

Sender Email Address .

email_to_address [string]

Address to receive mail.

email_host [string]

SMTP server to connect to.

email_transport_protocol [string]

The protocol to load the session .

email_smtp_auth [string]

Whether to authenticate the customer.

email_authorization_code [string]

authorization code,You can obtain the authorization code from the mailbox Settings.

email_message_headline [string]

The subject line of the entire message.

email_message_content [string]

The body of the entire message.

common options

Sink plugin common parameters, please refer to Sink Common Options for details.

Example


 EmailSink {
      email_from_address = "xxxxxx@qq.com"
      email_to_address = "xxxxxx@163.com"
      email_host="smtp.qq.com"
      email_transport_protocol="smtp"
      email_smtp_auth="true"
      email_authorization_code=""
      email_message_headline=""
      email_message_content=""
   }

Changelog

2.2.0-beta 2022-09-26

  • Add Email Sink Connector
Java
1
https://gitee.com/ljzhou/SeaTunnel.git
git@gitee.com:ljzhou/SeaTunnel.git
ljzhou
SeaTunnel
SeaTunnel
dev

搜索帮助