A new module is required in the namespace KA::MessageQueue::Email which can be used to trigger standard emails to users using the new module defined in #12
Take as an example one of the existing modules in that namespace, e.g. KA::MessageQueue::Building and base the new module on that. It should provide the following functions.
bg_forgotPassword - Send an email to the user with a link to allow them to change their password.
bg_registrationCode - Send an email to the user with a link giving them the ability to validate their email address by entering a registration code.
A new module is required in the namespace KA::MessageQueue::Email which can be used to trigger standard emails to users using the new module defined in #12
Take as an example one of the existing modules in that namespace, e.g. KA::MessageQueue::Building and base the new module on that. It should provide the following functions.
bg_forgotPassword - Send an email to the user with a link to allow them to change their password.
bg_registrationCode - Send an email to the user with a link giving them the ability to validate their email address by entering a registration code.