AWS Simple Email Service

AWS Simple Email Service

Scheme: aws-ses

Defines the AWS SES Endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
from path java.lang.String true false The sender's email address.
amazonSESClient parameter com.amazonaws.services.simpleemail.AmazonSimpleEmailService false To use the AmazonSimpleEmailService as the client
accessKey parameter java.lang.String false Amazon AWS Access Key
secretKey parameter java.lang.String false Amazon AWS Secret Key
amazonSESEndpoint parameter java.lang.String false The region with which the AWS-SES client wants to work with.
subject parameter java.lang.String false The subject which is used if the message header 'CamelAwsSesSubject' is not present.
to parameter java.util.List false List of destination email address. Can be overriden with 'CamelAwsSesTo' header.
returnPath parameter java.lang.String false The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header.
replyToAddresses parameter java.util.List false List of reply-to email address(es) for the message, override it using 'CamelAwsSesReplyToAddresses' header.
proxyHost parameter java.lang.String false To define a proxy host when instantiating the SQS client
proxyPort parameter java.lang.Integer false To define a proxy port when instantiating the SQS client
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).