Using Email Templates in Thexyz Webmail

If you regularly send similar emails, Thexyz Webmail allows you to create and reuse email templates directly from the composer.

This guide explains how to create templates, use personalization variables, and upload pre-designed HTML newsletters.


Accessing Webmail

To access Thexyz Webmail: https://mail.thexyz.com

Log in using your full email address and mailbox password.


Creating & Managing Templates

Webmail Settings

  1. From the menu at the top-right, click My Account

  2. Open the Email menu from the navigation bar

  3. Click Add to create a new template

Email Templates

Templates support dynamic variables to personalize messages automatically.

Variables use this format:

 
{{variableName}}

Available Template Variables

Thexyz Webmail supports merge variables that automatically insert recipient and sender data.

Email Templates


Contact Variables (Recipient Fields)

These pull data from the recipient’s contact record.

Basic Contact Information

 
{{contact.salutation}} {{contact.name}} {{contact.prefix}} {{contact.firstName}} {{contact.middleName}} {{contact.lastName}} {{contact.suffix}} {{contact.jobTitle}} {{contact.gender}}

Contact Arrays

These return multiple values depending on the contact record.

 
{{contact.organizations}} {{contact.dates}} {{contact.emailAddresses}} {{contact.phoneNumbers}} {{contact.addresses}} {{contact.urls}}

Address structure example:

 
{{contact.addresses.street}} {{contact.addresses.city}} {{contact.addresses.state}} {{contact.addresses.zipCode}} {{contact.addresses.country}}

Additional Contact Fields

 
{{contact.debtorNumber}} {{contact.IBAN}} {{contact.vatNo}}

Custom contact fields are also supported. Refer to your template syntax documentation for proper formatting.


Creator Variables (Sender Information)

These pull information from the user creating the message:

 
{{creator.displayName}} {{creator.email}} {{creator.username}}

Other Useful Variables

Unsubscribe Link

You can automatically include an unsubscribe link in newsletters:

 
<a href="{{unsubscribeUrl}}">Unsubscribe</a>

Current Date

 
{{now}}

This inserts the date/time when the message is sent.


Uploading a Pre-Designed HTML Newsletter

Thexyz Webmail allows you to upload a pre-built HTML email template.

This is useful if you use tools like BeeFree or other email designers.


Required ZIP File Structure

Your uploaded file must be a .ZIP containing:

 
/index.html /images/*

Important Requirements

  • The main file must be named index.html

  • All images referenced in index.html must be located inside the /images/ folder

  • External image paths will not be imported

  • Incorrect structure will prevent extraction


Uploading the Template

  1. Open the Newsletter Composer

  2. Click Upload Message

  3. Select your .ZIP file

  4. Once uploaded, the composer switches to read-only mode

This ensures your imported HTML design remains intact.


Best Practices

  • Always send a test email before sending to clients

  • Include an unsubscribe link for newsletters

  • Keep HTML layouts simple and mobile-friendly

  • Avoid linking to externally hosted images unless intentional

  • Verify all merge variables before sending bulk messages

  • Thexyz
  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

How to create email delivery rules in Webmail

Delivery Rules allow you to automatically process incoming messages based on conditions you...

How to create an email alias

Email aliases are excellent tools for organizing your inbox, filtering spam, and protecting your...

How to create an Email Signature

Create an Email Signature in Webmail Adding a professional email signature helps build trust and...

How can I enable my Email Account as Catch-All?

A catch-all email address (also called a wildcard address) allows one mailbox to receive all...

Using Application Passwords in Thexyz Webmail

Application Passwords allow you to securely connect third-party email applications (such as...