Skip to content

Instantly share code, notes, and snippets.

@christoph-hautzinger
Created May 24, 2015 20:01
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 christoph-hautzinger/5039f7f6875d013cf478 to your computer and use it in GitHub Desktop.
Save christoph-hautzinger/5039f7f6875d013cf478 to your computer and use it in GitHub Desktop.
email.xml.twig
<email>
<to name="Christoph Hautzinger">mail@hautzinger.info</to>
<from name="conspecton">info@conspecton.com</from>
<subject locale="en">Hello in english!</subject>
<subject locale="de">Hallo in deutsch!</subject>
<messageText locale="en">Hello this is a test!</messageText>
<messageText locale="de">Hallo dies ist ein Test!</messageText>
<messageHtml locale="en"><![CDATA[Hello this is a <strong>HTML-test</strong>!]]></messageHtml>
<messageHtml locale="de"><![CDATA[Hallo das ist ein <strong>HTML-test</strong>!]]></messageHtml>
</email>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment