HTML Formatted Emails

It is possible to use HTML coding in Student Manager Email Templates if you follow these rules:  

Use the Opening/Closing <HTML></HTML> Tags

You must put the opening <HTML tag> at the beginning of the Header text and the closing </HTML> tag at the end of the Footer text in any email template you want to format as HTML. 

We also recommend using the <body> tag. The tag should be placed after the <HTML> tag in the Header, and before the closing </HTML> tag in the Footer.

For example:

You may also use the HTML Editor to apply HTML formatting to your email template.

Template Coding

You must follow the appropriate Email Template Coding rules:

Including Images

  • Images must be placed on your web server. 
  • ***IMPORTANT***  You CANNOT link to images stored in your Student Manager folder.  
  • You use the <img> tag to point to the URL of the image. For example:

<img src="http://www.yourwebdomain.edu/images/yourimage.jpg">

  • You must use the Full URL in your img src value (see above example).

Email Receipt Preview

To see a preview of your HTML formatted email, click the Preview Email button. The email template will be displayed in your web browser.

 

Related Topics Link IconRelated Topics