Hello, Is it possible to use custom placeholders in the emails sent through the "email users" function? I would like to send out an email to add my users containing a small section that will differ according to some custom parameters, which I can't find any way to account for. So I was thinking of doing it in PHP with the MAIL_TEMPLATE_BEFORE_PARSE hook, but I'm not sure if that is used with the "email users" function. If not, is there any other way to select the following 3 groups of users, to which I need to send different versions of the same email : - Users with active subscription of product X - Users with expired subscription of product X - All the others It's the third group (all the others), that I have a hard time with, because the "no active subscription of X" filter isn't good enough, in that it would include those with an expired subscription. Any ideas how I could do it ? Thanks, Jonathan.