Skip to main content

How to Add Email Signatures

Learn how to add signatures to your emails

Updated today

If you have multiple accounts with different names for sending campaign emails, you can use variables to import the signature, sender name, or email address of the sending account into the email.


Method 1: Account Signature Variable

If you've configured a signature for each sending account, you can import it into your email with the variable {{accountSignature}}.

Step 1: Configure Signatures for Each Account

  1. Go to the Email Accounts dashboard

  2. Find the account you want to configure

  3. Click on the email account.

  4. Navigate to Settings section in the pop-up

  5. Scroll to the signature editor area

  6. Create signature

    • You can add images and links to your signature

    • Spintax also works in the account signature

  7. Save the signature for this account. Signature is now associated with this specific account

  8. Repeat for all accounts. Configure signature for each sending account

Step 2: Insert Signature Variable in Campaign

  1. Go to the "Sequence" section of campaign

  2. Select email step to edit

  3. Click where you want signature (usually at the end of the email)

  4. Insert variable:

    • Click "Variables" button in the bottom editor toolbar

    • Scroll to find {{accountSignature}}

    • Click to insert

  5. Variable appears:

    • Shows as {{accountSignature}} in editor

    • Will be replaced with each account's signature when sent

Step 3: Preview Emails

  1. Click "Preview" button

  2. Select a sending account in the 'Send from' field

  3. Verify if the correct signature appears


Method 2: Name and Email Variables (Manual Signature)

There are three variables you can use to manually insert the sender name and email address of the sending account into the email:

  • Sending account's full name: {{sendingAccountName}}

  • Sending account's first name: {{sendingAccountFirstName}}

  • Sending account's email address: {{sendingAccountEmail}}

Step 1: Configure Sender Names

  1. Go to the Email Accounts dashboard

  2. Find the account you want to configure

  3. Click on the email account.

  4. Navigate to Settings section in the pop-up

  5. Find "Sender Name" field

  6. Enter first or last name

  7. Save settings. Repeat for all accounts or bulk update the same sender name for multiple accounts.

Step 2: Build Manual Signature

Example format:

Best regards, 
{{sendingAccountName}}
{{sendingAccountEmail}}

With first name only:

Cheers, 
{{sendingAccountFirstName}}

Step 3: Insert in Campaign

  1. Go to the "Sequence" section of campaign

  2. Select email step to edit

  3. Click where you want signature (usually at the end of the email)

  4. Manually pasting the three variables to your email sequence

  5. Save the changes

Step 4: Preview Emails

  1. Click "Preview" button

  2. Select a sending account in the 'Send from' field

  3. Verify if the correct signature appears


Method 3: HTML Signatures

You can use some of the online signature generators to generate the HTML code.

To add HTML signatures, switch to Code View and add the HTML code there. Once you add it, please preview the email to ensure the HTML code is working as expected.

  1. Open sequence editor in campaign

  2. Find "Code View" toggle (usually top-right)

  3. Click to switch from visual editor to code

  4. Locate insertion point:

    • Scroll to the end of email content in code

    • Find where you want signature

  5. Paste HTML:

    • Paste signature HTML code

    • Ensure proper formatting

  6. Switch back to visual:

    • Toggle back to visual editor

    • Verify signature appears correctly

    • Check formatting

  7. Save and Preview

If the images or HTML formatting in the signature are not working properly, please check the following campaign settings that block images:

  1. Check Delivery Optimization:

    • Go to Campaign β†’ Options section

    • Find "Delivery Optimization" setting

    • If enabled, it removes images and sends text-only

    • Disable to allow images in signatures

  2. Check Advanced Deliverability:

    • Go to Campaign β†’ Advanced Deliverability settings

    • Find "Always send first email as text-only"

    • If enabled, it removes images in the first email

    • Disable to allow images in the first email

Did this answer your question?