variables for mail headers

Hi,

I saw there is a way to customize the replies and forwards headers by specifying {to}, {from} etc variables (if I may call them that, sorry if i sound stupid, I am not a developer XD ). Is there a variable for indicating the current timestamp so that I can modify the forward mail header as follows

----- Forwarded by XXXXX on {current timestamp} -----

From: {from}
To: {to}
Cc: {cc}
Sent: {date}
Subject: {subject}

thanks in advance for your help :slight_smile:

Hi, unfortunately only possible “variables” are those which are already in reply/forward header.

From: {from}
To: {to}
Cc: {cc}
Sent: {date}
Subject: {subject}

But you can add whatever text you want to it of course.

Jan