Email Notification

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
yogin.chauhan
Posts: 9
Joined: 27 Jun 2022, 10:03

Email Notification

Post by yogin.chauhan »

Hello all,

Can i do all email notification disable? and only new user created or reset password enable email notification.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Email Notification

Post by cas »

/**
* Allow email notification.
* Set to ON to enable email notifications, OFF to disable them. Note that
* disabling email notifications has no effect on emails generated as part
* of the user signup process. When set to OFF, the password reset feature
* is disabled. Additionally, notifications of administrators updating
* accounts are not sent to users.
* @global integer $g_enable_email_notification
*/
$g_enable_email_notification = ON;
yogin.chauhan
Posts: 9
Joined: 27 Jun 2022, 10:03

Re: Email Notification

Post by yogin.chauhan »

Hello cas,

can i do only report issue related email disable?
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Email Notification

Post by cas »

no, that is not an option out of the box :roll:
yogin.chauhan
Posts: 9
Joined: 27 Jun 2022, 10:03

Re: Email Notification

Post by yogin.chauhan »

Okay Thank You cas for your valuable time.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Email Notification

Post by atrol »

There is page Mange > Configuration > E-mail Notifications where you can disable specific email notifications based on access level and / or the role a user has for a specific issue.

Isn't this what is needed?
Please use Search before posting and read the Manual
yogin.chauhan
Posts: 9
Joined: 27 Jun 2022, 10:03

Re: Email Notification

Post by yogin.chauhan »

Hello atrol,

Isn't needed.
Post Reply