Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created January 25, 2012 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/1677400 to your computer and use it in GitHub Desktop.
Save marianogonzalez/1677400 to your computer and use it in GitHub Desktop.
ErrorNotificationFlow
<flow name="NotificationOfError">
<vm:inbound-endpoint path="notifyError" />
<object-to-string-transformer />
<smtp:outbound-endpoint host="smtp.gmail.com"
port="587" user="${email.user}" password="${email.pass}" from="${email.user}"
to="${email.support}" subject="Houston: We have a problem!"
connector-ref="emailConnector" />
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment