Created
March 5, 2012 16:57
-
-
Save iocanel/1979265 to your computer and use it in GitHub Desktop.
Setting headers for camel-mail component in spring xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<setheader headername="To"> | |
<constant>[email protected]</constant> | |
</setheader> | |
<setheader headername="From"> | |
<constant>[email protected]</constant> | |
</setheader> | |
<setheader headername="Subject"> | |
<constant>Running nodes in the cloud</constant> | |
</setheader> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment