how can i send email when a new bug is added??

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
arvind.rai
Posts: 2
Joined: 17 Aug 2006, 05:01

how can i send email when a new bug is added??

Post by arvind.rai »

HI,
I want to send email notification to developer as soon as new bug is added and assigned to him. can some one suggest me how to do that??

(i want to send mails to assignee only)

regards,
Arvind Rai
mroeder
Posts: 39
Joined: 10 Apr 2006, 20:56

Post by mroeder »

Log in with your mantis administrator account.
Click Manage.
Click Manage Configuration.
Click Email Notifications.
Set these the way you want them.

The config file has a condtant
$g_smtp_host = 'localhost';
that defines where the mail relay is that it will use. You can set that to localhost if it has a mail relay daemon or to some other mail relay.

That should get you started. :-)
Post Reply