We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23513
    • 6 Posts
    I want enable users to register to different webuser-groups. To do so, I’ve made some pages withe slightly different WebloginPE-calls. So far so good. To make it complete, I would like to send users in different groups, each different conformation e-mails, but there’s only one "master-template" in the Configuration of MODx. Is there a way to have more than one confirmation e-mail-template?

    EDIT:
    I was able to "abuse" the notify function for this. Not a clean solution, so I won’t go into detail here. I’ve made some adjustments in the OnWebSaveUser Event (starting at line 653), in the file "webloginpe.class.php". The "you are registered" e-mails are now templatable with chunks, like the notify function already was.

    I’m happy and my client too.