Sam Lewis created CAMEL-6649:
--------------------------------

             Summary: Amazon Web Services Simple Email Service attachment 
support
                 Key: CAMEL-6649
                 URL: https://issues.apache.org/jira/browse/CAMEL-6649
             Project: Camel
          Issue Type: New Feature
          Components: camel-aws
    Affects Versions: 2.11.1
            Reporter: Sam Lewis


The current AWS-SES functionality does not support email attachments.

To send an email with attachments in SES you need to use a RawMessage: 
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html

I am thinking the easiest way of implementing this feature is send a raw email 
if getIn().getBody() is a javax.mail.Message otherwise do the current 
processing.

If this seems like a reasonable approach, I would be happy to provide a patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to