{#include email/htmlEmailTemplate summarySentence="Email to test sending emails."}
{#htmlBody}
{#email/htmlEmailParagraph lastParagraph=false}
{#text}
This is a test email, to check that your email configuration works!
{/text}
{/email/htmlEmailParagraph}
{#email/htmlEmailParagraph lastParagraph=true}
{#text}
If you are reading this, it should be working fine.
{/text}
{/email/htmlEmailParagraph}
{/htmlBody}
{/include}