XF 2.2 How to put username in activity summary email

beerForo

Well-known member
Licensed customer
1. In the subject of the email like "John7, see what you have missed" or whatever.
2. And in the body.

{name} is not working like with regular emails

Thanks!
 
Last edited:
Solution
The {name} token works for individual emails as the code knows where to pull the name from.

For mass emails, the code does not loop through the entire distribution list and create custom email text for each one.

TL;DR It's not possible out of the box.
The {name} token works for individual emails as the code knows where to pull the name from.

For mass emails, the code does not loop through the entire distribution list and create custom email text for each one.

TL;DR It's not possible out of the box.
 
Solution
Back
Top Bottom