I have a switch linked to a boolean field in a database. The switch is clicked and turned on when an admin approves a member. I’d like the switch being clicked by the admin to trigger an email to be sent to the member telling them they’re approved, even if they’re currently logged out.
What’s the best way to do this?
See the article Approving a Site Member . An email notification is sent to new members as soon as you approve the request.
Thanks Yisrael. I need to approve everyone on initial sign up because after initial sign up they’re redirected to a custom form to complete registration. Without that first step approval they won’t be a logged in member so the information they provide in the remainder of the form won’t be attributed to them in the database. Is there a way to do this using triggered emails?