By Rjae Easton on
New users on my site are successfully emailed a pending approval email, but after status is changed to active an acknowledgement is not sent. I noticed that under Home » administer
» Users » Configure there exists a separate "Welcome e-mail" message.
Is this only sent if approval is not required? Is there workflow for activation acknowledgement?
Comments
thoughts on implementation
it seems that the solution would have to be in user-edit workflow.
so far i have not found code in 4.6.2 base to support this (tell me i'm wrong and i'll be very happy) - but the only complexity is catching the status-change "event". if you blindly email user.status==active then every time you edit a user an email would be generated.
any thoughts, comments...?