Booxi allows you to customize content included in email notifications such as:
Instructions in confirmation and reminder emails
You can add a simple HTML code (including images and links) into your personalized content.
If you are not familiar with HTML, we strongly recommend using the <pre> tag.
Adding a <pre> tag at the beginning of the text and a</pre> at the end of it will delimit the text that is meant to be reformatted by HTML.
<pre> also allows you to set a nice font so your pre formatted text looks great.
For example:
HTML code with images and links before the <pre> tag
<pre style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: 16px">
My pre formatted text.
Option 1
Option 2
</pre>
More HTML code with images and links after the </pre> tag.