Skip to content

Instantly share code, notes, and snippets.

@githubmo
Created August 1, 2014 16:08
Show Gist options
  • Save githubmo/07e96a4473e424ad0641 to your computer and use it in GitHub Desktop.
Save githubmo/07e96a4473e424ad0641 to your computer and use it in GitHub Desktop.
<sendEmail
xmlns="http://schemas.blinkbox.com/books/emails/sending/v1"
xmlns:r="http://schemas.blinkbox.com/books/routing/v1"
r:originator="bookStore"
r:instance="book-store.mobcast.co.uk"
r:messageId="9678170f7c21-47dc-d8f3-a60f-c73e4c58">
<template>password_reset</template>
<to>
<!-- must contain at least one recipient element -->
<recipient>
<name>John Doe</name>
<email>john.doe@example.com</email>
</recipient>
</to>
<templateVariables>
<templateVariable>
<key>salutation</key>
<value>John</value>
</templateVariable>
<templateVariable>
<key>resetLink</key>
<value>some_url.com</value>
</templateVariable>
</templateVariables>
</sendEmail>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment