Email source connector
Send the data as a file to email.
The tested email version is 1.5.6.
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 | - |
Sender Email Address .
Address to receive mail.
SMTP server to connect to.
The protocol to load the session .
Whether to authenticate the customer.
authorization code,You can obtain the authorization code from the mailbox Settings.
The subject line of the entire message.
The body of the entire message.
Sink plugin common parameters, please refer to Sink Common Options for details.
EmailSink {
email_from_address = "[email protected]"
email_to_address = "[email protected]"
email_host="smtp.qq.com"
email_transport_protocol="smtp"
email_smtp_auth="true"
email_authorization_code=""
email_message_headline=""
email_message_content=""
}
- Add Email Sink Connector