Blog →

How to Create a Dynamic Email Signature?

Table of content

by

Philippe Lehoux

March 29, 2022

· Updated on

Most people use a simple and static email signature telling basic information about themself and their company (job title, phone numbers, address, etc.).

Basic email signature

Others have more complex usage; for instance, they will gather feedback on how well they answered their customer questions.

What if you could be more creative? For instance, what if you could change your signature copy based on the day of the week? Like adding the sentence "Have a great weekend!" in emails sent on Friday!

Let me show you how, with Missive, the best business email client.

Copy-paste the following code snippet in the signature editor where you want the sentence to appear:

{% assign today = "now" | date: "%A" %}
{% if today == "Friday" %}Have a great weekend!{% endif %}

The first line parses the current date and assigns the day value to the today variable. The second line checks if the today variable is equal to Friday and, if so, outputs the Have a great weekend sentence.

By adding an else statement, you could display an alternative sentence. The below code will display Have a great weekend! on Fridays and Cheers, every other day.

{% assign today = "now" | date: "%A" %}
{% if today == "Friday" %}Have a great weekend!{% else %}Cheers,{% endif %}
Philippe Lehoux

Email signature editor with dynaimic code

How is this possible? Missive takes advantage of the powerful templating engine liquid.js that allows you to do crazy stuff! Learn more.

p.s. Thanks to Laura Soar, one of our customers, who suggested this cool idea.

Related articles

Explore more
Productivity

December 7, 2022

Inbox Zero Method 101: How to Master It

The inbox zero method is intended to make you more productive, not a slave to your inbox. Learn how to...

Read more
Workflows

November 21, 2024

Email Delegation for Assistants, Leaders, and More.

Today's email delegation requires strategic thinking, careful prioritization, and the right tools to make it all work seamlessly.

Read more
Customer Service

November 14, 2023

11 Best Email Management Software in 2025 (+ how to choose one)

Email management software helps you have a clean inbox and be more productive. Find the best one you should...

Read more
Productivity

March 1, 2023

Declutter Your Email Inbox: How to Organize Your Work Emails

Learn how to declutter your inbox & increase your productivity at work with simple tips.

Read more
Shared Inbox

November 4, 2022

8 Shared Mailbox Best Practices for Better Collaboration

Learn shared mailbox best practices to use for efficiently managing work emails with your team.

Read more
Customer Service

July 30, 2020

Measure satisfaction from your email signature!

The customer's journey starts when they visit your website or brick-and-mortar store for the first time,...

Read more
Customer Service

December 19, 2023

The 11 Best Zendesk Alternatives Worth Trying in 2024

Ready to explore beyond Zendesk? Let’s talk about the top customer service tools, compare features, and...

Read more
Shared Inbox

November 10, 2022

Distribution List vs. Shared Mailbox: Which One Should You Use?

Distribution list or shared mailbox, which should I use? What are their strengths and weaknesses? This blog...

Read more
Productivity

March 13, 2024

7 Email Auto-Reply Templates to Save You Time

These simple yet effective automatic email reply templates will help you save time and make your work life easier.

Read more

We live in our inboxes.
Let’s make email enjoyable.

Try us out for free, invite a few people to get a feel, and upgrade when you’re ready.

4.8 → Over 900 reviews
4.8
→ 900+ reviews