D dobriyalji Member May 8, 2020 #1 Hi I want to add day name to my mailer as [Friday, 8-May-2020], How to do that ?
twisted1919 Administrator Staff member May 8, 2020 #2 Click "available tags" link above your email template in the template step of the campaign, this will show you all the tags you have. If none of those fit your needs, enable twig and do something like: Code: {{ "now" | date('l, d-F-Y') }} More at https://twig.symfony.com/doc/1.x/filters/date.html
Click "available tags" link above your email template in the template step of the campaign, this will show you all the tags you have. If none of those fit your needs, enable twig and do something like: Code: {{ "now" | date('l, d-F-Y') }} More at https://twig.symfony.com/doc/1.x/filters/date.html