Good morning,
I don't receive emails when we create an anomaly
What do you think this could be due to?
Email reception
Moderators: Developer, Contributor
Re: Email reception
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;
$g_email_receive_own = OFF;
Copy this to config/config_inc.php as follows:
$g_email_receive_own = ON;