You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: