All Collections
Technical setup
Useful tips
Use HTML to format content in email notifications sent to your clients with booxi
Use HTML to format content in email notifications sent to your clients with booxi
Updated over a week ago

Booxi allows you to customize content included in email notifications such a:

  • Instructions in confirmation and reminder emails

  • Thank you message

  • Custom notification (to notify client)

You can add a simple HTML code (including images and links) into your personalized content and add a personal touch to your communication.

If HTML coding is not your thing, and you need to allow your staff to insert additional information within your message or content template, we strongly recommend to use the <pre> tag.

Adding a <pre> tag at the beginning of the text that should be customized and the </pre> at the end will delimit the text that must not be reformatted by HTML, and will respect your space and line breaks, leaving the text more readable by you and your customers.

<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.
Did this answer your question?