1
I am developing a module that organizes an event in the way that users can join to the list (based on LanMod).
I want a feature that admins can send emails or pms to the joined users only. I prefer use XOOPS mailusers feature because it is already done.
My problem is how to call this mailusers "function" from a module? So my module uses sql tables storing joined users but how can I connect this sql query to mailusers method?
Please help if I finish it I post this mod because it is very useful.