- Issue created by @adamps
- @adamps opened merge request.
TokenProcessor
, variable replacement of the body in BodyEmailAdjuster
and variable replacement of the subject in Email
.TokenProcessor
also to replace variables, rename it to ReplacementProcessor
, and add it to all emails. Use parameters token_data
and token_options
to control the token replacement.Mailer
attribute includes a value token_types
so automatically use this to set the token_data
parameter.Affects Mailer implementations that replace tokens.
Active
2.0
Code