Camel component for GAE mail service
------------------------------------
Key: CAMEL-2124
URL: https://issues.apache.org/activemq/browse/CAMEL-2124
Project: Apache Camel
Issue Type: Sub-task
Components: camel-gae
Environment: App Engine SDK 1.2.6, Google App Engine JRE
Reporter: Martin Krasser
Allows for sending mails via the GAE mail service. For example,
{code:java}
...
.to("gmail:[email protected][email protected]")
{code}
sends an email to {{[email protected]}}. The sender is {[email protected]}}, the
mail body and subject are provided by the exchange. A more detailed description
will follow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.