Email reception

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jfferson75
Posts: 4
Joined: 07 Apr 2020, 15:28

Email reception

Post by jfferson75 »

Good morning,
I don't receive emails when we create an anomaly
What do you think this could be due to?
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

Re: Email reception

Post by cas »

Perhaps you have the following setting active:
$g_email_receive_own = OFF;
Copy this to config/config_inc.php as follows:
$g_email_receive_own = ON;
jfferson75
Posts: 4
Joined: 07 Apr 2020, 15:28

Re: Email reception

Post by jfferson75 »

Ok thanks
Post Reply