Implemented

Ability to add date/time stamp to signatures

It would be great if we can add a timestamp/date as a field in signatures. For example sent on DATE at TIME.

This can be used as a way to prove legitimacy for your emails. If someone asks whether you sent an email (spammer) you can ask them to check the signature and time stamp. 

  • Hello, Michael.

    Check the signature template 'Date Liquid' in your account 'mgiarrizzo@issystemsinc.com'.



    Does it work the way you need?

  • it this time stamp is a paremeter that i can add to any template or need a special template for this

  • It is a Liquid Code that you can apply to any HTML template. See example below.


    @liquid This page was last updated at {{ "now" | date: "%Y-%m-%d %H:%M" }}.

  • Hi Michael,

    This is the filter you need:

    {{ "now" | date: "%Y-%m-%d %H:%M" }}


    You can copy and paste this code in any template you need.
    Follow this manual - https://support.xink.io/support/solutions/articles/1000273035-liquid-pro-the-liquid-template-language

    Or let me know the signature template you want to apply it and I will help you.


    Thanks


Login or Signup to post a comment