Documentation Center

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support Portal
  • Home
  • Administration
  • Emails & Mailboxes

Default Email Wrapper HTML Code

Contact Us

If you have questions or want help, please Submit a Request.

Updated at Dec 19, 2024
By Kali Patrick

Table of Contents

Modify the Code Reset the Code

Related Docs

  • Customize PDF/Email Templates
  • Email Template Reference

The Email Wrapper is the HTML code that wraps around all the email templates. It's used to give the emails their style. 

Modify the Code

Note: You'll need to HTML/CSS.    

To modify this code, follow these steps:

  1. Navigate to Admin > Syncro Administration - PDF/Email Templates.
  2. Select Email Templates.
  3. At the bottom, click the “Advanced (caution)” link.
  4. Click Edit HTML of Email Wrapper.

Reset the Code

If you mess up the code while modifying, just click Revert Templates to restore the code to its default version. However, this will reset ALL the email templates. 

If you only need to reset the wrapper code, copy and paste the following:

<style>
   body {
       -webkit-text-size-adjust: none;
       margin: 0;
       padding: 0;
       width: 100%;
       color:#393c3d;
   }
</style>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust: none;margin: 0;padding: 0;width: 100%;">
<center>

   <table class="backgroundTable" border="0" cellspacing="0" cellpadding="0" style="margin: 0;padding: 0;background-color: #ffffff;height: 100%;width: 100%;"><!-- // Content Table Starts Here -->
       <tr>
           <td align="center" valign="top" bgcolor="#f8f8f8"><!-- // PageTop Wrapper Begin -- Insert Image Here -->
               <span style="color: #E8E8E8; font-size: 10px;">----- REPLY ABOVE THIS LINE TO SEND A RESPONSE -----</span><br><br>
               <div style="font-size:15px;"> </div>
               <table border="0" cellspacing="0" cellpadding="0">
                   <tr>
                       <td>
                            
                       </td>
                   </tr>
               </table>
               <div style="font-size:10px;"> </div>
               <!-- // PageTop Wrapper Ends -- Insert Image Here -->

               <!-- // Content Wrapper Begin -- Change Background Color Here -->
               <table border="0" cellspacing="0" cellpadding="1" class="tableWrapper" style="width: 622px;">
                   <tr>
                       <td align="center" bgcolor="#dbdbdb"><table border="0" cellspacing="0" cellpadding="0" class="fullTable" style="width: 620px;">
                           <tr>
                               <td align="center" bgcolor="#fefefe"><table width="90%" border="0" cellpadding="0" cellspacing="0">
                                   <tr>
                                       <td align="center" valign="top" class="fullTable" style="width: 620px;">
                                           <table border="0" cellspacing="0" cellpadding="0">
                                               <tr>
                                                   <td class="medheight" style="line-height: 30px;"> </td>
                                               </tr>
                                           </table>

                                           <table border="0" cellspacing="0" cellpadding="0" class="innerTable2" style="width: 540px;">
                                               <tr>
                                                   <td align="left" valign="top" class="innertable">
                                                       <span class="body" style="color: #393c3d;font-family: Helvetica, Arial, sans-serif;font-size: 16px;line-height: 24px;">
                                                           <p style='text-align: center;'>{{location_logo_100}}</p>
                                                           <p> </p>{{email_body}}
                                                   </span></td>
                                               </tr>
                                           </table>
                                       </td>
                                   </tr>
                               </table>
                                   <table border="0" cellspacing="0" cellpadding="0">
                                       <tr>
                                           <td class="smallheight" style="line-height: 10px;"> </td>
                                       </tr>
                                   </table>
                                   <table border="0" cellspacing="0" cellpadding="0">
                                       {{gray_social_links}}
                                   </table>
                                   <table border="0" cellspacing="0" cellpadding="0">
                                       <tr>
                                           <td class="smallheight" style="line-height: 10px;"> </td>
                                       </tr>
                                   </table>
                                   <table border="0" cellspacing="0" cellpadding="0">
                                       <tr>
                                           <td class="smallheight" style="line-height: 10px;"> </td>
                                       </tr>
                                   </table>
                                   <table border="0" cellpadding="0" cellspacing="0" class="innertable">
                                       <!-- // Footer Starts Here -->
                                       <tr>
                                           <td align="center" valign="top" class="footer" style="color: #959595;font-family: Helvetica, Arial, sans-serif;font-size: 13px;line-height: 16px;">
                                               Sent with care from {{account_name}}<br>
                                               <br>
                                               {{account_address}}
                                       </tr>
                                       <!-- // Footer Ends Here -->
                                   </table>
                                   <table border="0" cellspacing="0" cellpadding="0">
                                       <tr>
                                           <td class="smallheight" style="line-height: 10px;"> </td>
                                       </tr>
                                   </table></td>
                           </tr>
                       </table></td>
                   </tr>
               </table>
               <!-- // Content Wrapper End -- Change Background Color Here -->
               <div style="font-size:15px;"> </div>
               <div style="font-size:15px;"> </div></td>
       </tr>
       <!-- // Content Table Ends Here --></table>

</center><br>

</body>

 

Was this article helpful?

Yes
No
Give feedback about this article

The integrated platform for running a profitable MSP business

Syncro All-in-one MSP Software Facebook Syncro All-in-one MSP Software Twitter Syncro All-in-one MSP Software LinkedIn Syncro All-in-one MSP Software YouTube Syncro All-in-one MSP Software Reddit
  • Compliance
  • Privacy Policy
  • Website Terms
  • Service Terms
Knowledge Base Software powered by Helpjuice

© 2017-2024 Servably, Inc. All rights reserved.

Expand