All Collections
General Features
How to setup a custom HTML email signature
How to setup a custom HTML email signature
Justin Tilley avatar
Written by Justin Tilley
Updated over a week ago

If you'd like to use your own email signature for emails sent from Eagle, you can update your email signature in your agent profile.

How to update your email signature

Requires user permissions to update agent profiles.

  1. In the top right corner click 'Settings'

  2. In the left menu click 'Agent Profiles'

  3. Click 'Edit' on the agent profile you'd like to update the email signature on

  4. Scroll down to the 'Email signature' field and click the dropdown to choose from the following options:

    1. Default - Uses the default email signature template

    2. HTML - Allows you to enter HTML code for your own custom signature

How to create a custom HTML email signature

I already have a HTML signature

Simply copy/paste it in the HTML box and click 'Submit' to save.

I'd like to create/design a new email signature

There are many 'freemium' email signature tools available online to create your own signature. We suggest trying Gimmio.io however any email signature tool that can generate HTML will work. If you're looking for a more customised design you could also engage a web developer/designer to create one for you and provide you the HTML.

I'd like to keep using my own email signature but don't have the HTML

You can engage any web developer to create the HTML for you. Alternatively, you can contact our support team to request a quote for our web team to write the HTML for your email signature.

I'd like to make changes to the default email signature

Only recommended if you are familiar with HTML. Incorrect code will cause your email signature to not format properly.

You can tweak the default email signature design by copy/pasting the below HTML. Agent details and their associated links will be merged with template tags. Check that all other details are entered correctly including:

  • Agent profile image source

  • Office name

  • Office address

  • Office address link

  • Office website

  • Office website link

If you are unsure of how to make the changes you want, you can reach out to our support team for assistance (charges may apply for our web team to make changes depending on the scope of the updates required).

<tr>
<td class="" style="font-family: 'Muli', Century Gothic, CenturyGothic, AppleGothic, Arial, Helvetica Neue, Helvetica, sans-serif; font-weight: 300; font-size: 14px; line-height: 19px; padding: 0 25px 20px;">
Regards,
</td>
</tr>
<tr>
<td class="" style="padding: 0 25px 50px;">
<table class="" align="left" style="border: none; border-collapse: collapse; border-spacing: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" cellpadding="0" cellspacing="0">
<tbody>
<tr class="" style="">
<td class="" valign="top" width="90" style="padding: 0 10px 0 0;">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6HFVmwY1i2z14kTedwQxVtv0vNWk2gRj2eQ&usqp=CAU" width="90" height="90" class="" alt="image alt" style="display: block; border: none; border-radius: 45px;">
</td>
<td class="font-tiny" valign="top" style="font-family: 'Muli', Century Gothic, CenturyGothic, AppleGothic, Arial, Helvetica Neue, Helvetica, sans-serif; font-weight: 300; font-size: 14px; line-height: 19px;">
<span class="font-agent" style="font-size: 16px; font-weight: 700;">{{agent_name}}</span><br>
<span class="font-agent" style="font-size: 16px;">{{agent_title}}</span><br>
<span class="font-agent" style="font-size: 16px;">OFFICE NAME</span><br>
<span style="color: #cccccc;">--</span><br>
<a href="https://maps.google.com/?q=ADDRESS LINE 1, SUBURB STATE POSTCODE" target="_blank" style="text-decoration: none; color: black;">ADDRESS LINE 1, SUBURB STATE POSTCODE</a><br>
<a href="tel:{{agent_mobile}}" target="_blank" style="text-decoration: none; color: black;">{{agent_mobile}}</a> | <a href="tel:{{agent_phone}}" target="_blank" style="text-decoration: none; color: black;">{{agent_phone}}</a><br>
<a href="https://www.WEBSITEURL.com.au" target="_blank" style="text-decoration: none; color: black;">www.WEBSITEURL.com.au</a> | <a href="mailto:{{agent_email}}" target="_blank" style="text-decoration: none; color: black;">{{agent_email}}</a><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>

Social media icons

If you're looking to add social media links to your email signature you can use the below source links for your social media icons.

Instagram

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/d888bd102f9f699af85066d6d7bc016f/instagram.png

Facebook

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/2899598645523890ec56db3dc6f8b093/facebook.png

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/e20034d418e1cfb30431dca5438e1dab/facebook square.png

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/871567b1c7918437878e75fb032cdd7c/facebook round.png

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/f84c14f5e7b84e1836e317a6f6a9ad24/facebook messenger.png

YouTube

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/3913275d8cc41b1742877a386f7cc245/youtube.png

Twitter

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/8e5f572fea08cea9a7b16deb32c793ac/twitter1.png

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/eb09757c4dd1d0361b4366b05bcb0d0c/twitter2.png

LinkedIn

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/f59119a434152deea369e19b23664e39/linkedin.png

WhatsApp

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/43a6d1c06e6ec48982fccd9ebeb99967/whatsapp.png

WeChat

http://eagle-host.s3-us-west-2.amazonaws.com/uploads/8a1a0f261c19022c3bf54e700f0d2d43/wechat.png

Merge field tags in HTML email signatures

Once you have created your HTML email signature you'll likely want to copy/paste the same design to other agent profiles in your account. To streamline this process you can use merge field template tags inside the HTML to automatically populate the email signature with information from the agent profile and account. The most common used agent tags are:

  • {{agent_name}}

  • {{agent_email}}

  • {{agent_mobile}}

  • {{agent_phone}}

  • {{agent_title}}

For any further assistance with custom HTML email signatures please contact our Eagle Support Team; P: (03) 9016 0444 E: [email protected]

Did this answer your question?