Page 1 of 1

Email Notification

Posted: 28 Jun 2022, 05:55
by yogin.chauhan
Hello all,

Can i do all email notification disable? and only new user created or reset password enable email notification.

Re: Email Notification

Posted: 28 Jun 2022, 07:44
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;

Re: Email Notification

Posted: 28 Jun 2022, 08:45
by yogin.chauhan
Hello cas,

can i do only report issue related email disable?

Re: Email Notification

Posted: 28 Jun 2022, 08:52
by cas
no, that is not an option out of the box :roll:

Re: Email Notification

Posted: 28 Jun 2022, 09:04
by yogin.chauhan
Okay Thank You cas for your valuable time.

Re: Email Notification

Posted: 28 Jun 2022, 18:38
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?

Re: Email Notification

Posted: 29 Jun 2022, 04:29
by yogin.chauhan
Hello atrol,

Isn't needed.