Reputation: 1057
Mantis (1.2.1, 1.2.4, and 1.2.5) sends emails to anyone under company.com domain, but fails for company.se domain (Sweden office).
Turning off email validation $g_validate_email = OFF;
doesn't help. The domains aren't being limited as specified by $g_limit_email_domain = OFF;
in config_default_inc.php.
The mail server is specified correctly in php.ini (version 5.3.6) and can send emails to company.se when using Microsoft Outlook.
How can I resolve this issue?
Upvotes: 0
Views: 1321
Reputation: 91932
Check the log files of both mail servers (start with your local one). There should be some information in there which can help you troubleshoot the problem.
Upvotes: 3