Email connector module | Replace tokens in subject line

1
I recently implemented the email connector module as an upgrade from the email template module.  Fortunately, the replace token function still works and replaces the tokens within the email body.   However, I also have a token in my email subject which does not seem to be replaced.  Is there any trick to get the java action of the email connector to produce an email in which the token within the subject line is also replaced?
asked
1 answers
1

Frank, the latest version of the EmailConnector does replace placeholders (tokens) in subjects too.

 

I thought that tokens in all String attributes from EmailTemplate are replaced. So also in for example FromDisplayName.

answered