Your email templates can be customized using HTML code. Several other places in ThinkReservations support this HTML code as well! HTML code allows you to do many different things, including making text appear bold, italicized, or underlined, changing the color of your font, and inserting hyperlinks. Even if you've never used HTML before, after reviewing the instructions and examples in the table below, you'll be able to customize your emails to achieve the results you want. It's simple!
To edit your email templates, go to Settings > Email Templates and click on the template you'd like to edit. Once you know where you want your HTML code to go, you'll start with an opening tag, and finish with a closing tag. Text that is in between the two tags will be transformed.
HTML Opening Tag | HTML Closing Tag | Description | Example | Sample Code |
---|---|---|---|---|
<strong> | </strong> | Bold text | Cancellation Policy: | <strong>Cancellation Policy:</strong> |
<em> | </em> | Italic text | Cancellation Policy: | <em>Cancellation Policy:</em> |
<strong><em> | </em></strong> | Bold and Italic text | Cancellation Policy: | <em><strong>Cancellation Policy:</strong></em> |
<font color="red"> | </font> | Change the font color | Cancellation Policy: | <font color="red">Cancellation Policy:</font> |
<center> | </center> | Centered text | Cancellation Policy | <center>Cancellation Policy</center> |
<a href="example.com"> | </a> | Clickable link to site | Click HERE to purchase a certificate. | Click <a href="https://secure.thinkreservations.com/the_viewpoint/gift-certificates">HERE</a> to purchase a certificate. |
<img src="image.jpg" /> | In-line image | ![]() | <img src="https://picsum.photos/id/429/100/100.jpg" /> | |
<a href="example.com"><img src="site.com/image.jpg" /> | </a> | Clickable image to site | ![]() | <a href="thinkreservations.com"><img src="https://picsum.photos/id/429/100/100.jpg"></a> |
<ul> | </li> </ul> | Bulleted list |
| <ul> |
You can preview your work for email templates by selecting the email template you wish to see and clicking the green Customize button on the bottom left of any bill (assuming there is an email address on file for the customer).