@username mentions with email notifications

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
acoder2020
Posts: 102
Joined: 11 Jan 2024, 19:32

@username mentions with email notifications

Post by acoder2020 »

Is it possible to configure mantis to email users when they are @username mentioned?
atrol
Site Admin
Posts: 8531
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: @username mentions with email notifications

Post by atrol »

That's the standard bevavior out of the box.
If it's not working, enable emai logging to find the root cause.

Code: Select all

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
Please use Search before posting and read the Manual
Post Reply