Gold 5.
When we create a user, the default setup for user is "disabled" which then requires an admin to enable that user.
I am trying to trigger an email when the user is enable (approved) and the record is actually saved into the system. Is this something that exists now or do we have to write a special routine?
If a special routine, can you point me in the right direction.
thanks.
trigger email when user is approved and record is saved
- ForumsAdmin
- AbleCommerce Moderator
- Posts: 399
- Joined: Wed Mar 13, 2013 7:19 am
Re: trigger email when user is approved and record is saved
Nope this event does not exist. You will have to write a bit of custom code to trigger account approval email.
The page in merchant admin where you approve the user, you will have to write a piece of code that invokes the approval email after approving the user. There are a number of threads in forum that discuss how to send custom emails.
The page in merchant admin where you approve the user, you will have to write a piece of code that invokes the approval email after approving the user. There are a number of threads in forum that discuss how to send custom emails.