Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created March 5, 2012 16:57
Show Gist options
  • Save iocanel/1979265 to your computer and use it in GitHub Desktop.
Save iocanel/1979265 to your computer and use it in GitHub Desktop.
Setting headers for camel-mail component in spring xml
<setheader headername="To">
<constant>target@gmail.com</constant>
</setheader>
<setheader headername="From">
<constant>sender@gmail.com</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