Making a trigger to send email

I have an account manager page where email verification is enabled. What i did is instead of sending the email verification to the active user i sent it to approving committee in order for them to manually approve the user since i have a metadata that will list other information from the user. Now, what i want is to send an email to the user saying that their account has been approved and they can now use their account to login. What i did is i made a trigger that will run when an approving committee approve the user registration or click the email verification url. What event should i user? Any advice?

Add a trigger to the Status Change event. Add a condition that the asset's status is Live and that the asset is of type 'User' (click inherit also). Then add the send email trigger action.


In the condition I will use the status Live or Under Construction? since the pending user status is under construction...

You want to use "Live" because you only want to fire the email trigger when the user asset is made Live.

Hi Greg,

Is the account manager automatically sends an email to the user with email verification even though the user who registers is not included in your email verification To Address? I found this really weird since i dont include the user who register in the To address...

[quote]Hi Greg,


Is the account manager automatically sends an email to the user with email verification even though the user who registers is not included in your email verification To Address? I found this really weird since i dont include the user who register in the To address…[/quote]



If you have email verification on, it is going to send an email to the email address it needs to verify, no matter what your settings are. If you don't require this process, turn email verification off and make it a manual process for your admins.