How to send an e-mail when user group is changed?
How do I automatically send out an email to users that I have just manually changed their membership type? For example I want to send a welcome email to special members when I change them from registered to a new member type that I created.
I am hoping to use the scheduled task manager to send out these emails once a day. Or if there is an easier way let me know.
For example let's say that the special user group has a user group id =8. Therefore I want a cron job to fire off an e-mail to anyone in this group welcoming them to this special type of membership.
VERY IMPORTANT: I only want them to receive this e-mail once so I am assuming that I will need to keep track of whether or not they have received the e-mail.
|