camel-mail-sink-kafka-connector sink configuration
Connector Description: Send mails to given SMTP server.
When using camel-mail-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-mail-sink-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.mailsink.CamelMailsinkSinkConnector
The camel-mail-sink sink connector supports 7 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The mail server host Example: smtp.gmail.com. | HIGH | ||
The mail server port. | "25" | MEDIUM | |
Required The username to access the mail box. | HIGH | ||
Required The password to access the mail box. | HIGH | ||
The | MEDIUM | ||
The | MEDIUM | ||
The mail subject of the outgoing mail. | MEDIUM |
The camel-mail-sink sink connector has no converters out of the box.
The camel-mail-sink sink connector has no transforms out of the box.
The camel-mail-sink sink connector has no aggregation strategies out of the box.