PDA

View Full Version : How to send an e-mail when user group is changed?


vb_guru
07-09-2006, 05:16 PM
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.

Paul M
07-09-2006, 05:37 PM
You would need a modification writing to do this.

vb_guru
07-09-2006, 06:04 PM
You would need a modification writing to do this.

Thanks for the reply. Can you be a little more specific? I am not sure what you mean.