In the admin panel there is a way to email members and it offers a handful of tags that can be inserted into the message, like {$user.name} to include the member's name. Are there other tags that can be used? I'd like to be able to tell members what day their membership expires and perhaps their last subscription type. Is that available?
I too would like to see more tags (atleast more documentation of all the tags). I know there are more than what is displayed on the list, but don't know what all is available. For example, if you look at the email sent upon purchase, the default template uses $payment.data.COUPON_DISCOUNT - but in the list of available tags, $payment.data is not one of them. I'm trying to see if I can use the last 4 of CC in the email - still need to test whether its in the $payment.data instance somehow.