Interface SesEndpointBuilderFactory.SesBuilders

    • Method Detail

      • awsSes

        default SesEndpointBuilderFactory.SesEndpointBuilder awsSes​(String path)
        AWS Simple Email Service (SES) (camel-aws-ses) Send e-mails through AWS SES service. Category: cloud,mail Since: 2.9 Maven coordinates: org.apache.camel:camel-aws-ses Syntax: aws-ses:from Path parameter: from (required) The sender's email address.
        Parameters:
        path - from
      • awsSes

        default SesEndpointBuilderFactory.SesEndpointBuilder awsSes​(String componentName,
                                                                    String path)
        AWS Simple Email Service (SES) (camel-aws-ses) Send e-mails through AWS SES service. Category: cloud,mail Since: 2.9 Maven coordinates: org.apache.camel:camel-aws-ses Syntax: aws-ses:from Path parameter: from (required) The sender's email address.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - from