mantis 1.2.1
Is there a way to send an email to all users in a project?
Thanks
send email to all project users
Moderators: Developer, Contributor
Re: send email to all project users
This is a known feature request
http://www.mantisbt.org/bugs/view.php?id=3018
Maybe using the news functionality can help you in some way.
To enable this, you have to add the following line to config_inc.php
http://www.mantisbt.org/bugs/view.php?id=3018
Maybe using the news functionality can help you in some way.
To enable this, you have to add the following line to config_inc.php
Code: Select all
$g_news_enabled = ON;