Quote:
Originally Posted by dynamicproducer
is there a way in Form Actions to email all users of a usergroup?
|
You would have to use the
Form Hook: Before Submit to achieve that.
Query all email addresses and then add them to $form['email'], seperating them with semi colons ';'.
Quote:
i don't even think my email to users is working under Form Actions
any previous convos on that? i looked but hadn't seen anything.
|
Just checked on my forum, email action does work.
Are your email settings, set correctly in admincp?