Need emails to only show common name or common name + email address rather than hierarchical form… Thanks!
Subject: Solved - Mail template mod…
SubForm:“$ForwardSep”
@If(NamePreference = “1” & AltFrom != “”;
AltFrom;
From)
- TO -
@If(NamePreference = “1” & AltFrom != “”;
@Name ([CN]; AltFrom);
@Name ([CN]; From))