...
- user & administrator will be notified ("
USER.MEMBERSHIP.EXPIRATION.NOTICE
" e-mail template) X days (configurable) ahead, when their membership is about to expire - user & administrator will be notified ("
USER.MEMBERSHIP.EXPIRED
" e-mail template), when their membership is expired
...
- the user information is missing
- the "
u
" prefix, that is hardcoded in the e-mail template doesn't match one passed from code, that sends these e-mails
Solution
- replace the "
<inp2:u_
" in the subject and body of both e-mails with "<inp2:
" (to use externally provided prefix) - from the "
u:OnCheckExpiredMembership
" event ("membership_expiration
" scheduled task) load the user object (for user, whose membership is affected) before sending the actual e-mail
...