All notifications not received by users and MX record
Posted: 14 Apr 2015, 23:49
Summary:
Mantis version: mantisbt-1.2.19
Date installed: 2/4/2015
Setup: installed as subdomain. Company host domain name in Singapore. DNS pointing to IP to subdomain. Subdomain working and installation successful. All setup of Mantisbt is correct.
Issue faced: All notifications is not received when email address bearing company domain name: @hitachi.com.au. Changed super administrator email to gmail. I received all the notifications when new users sign-up & changes to the status of user from reporter to developer or manager.
Test done: added basic sendmail PHP script to the root of the subdomain & sendmail successfully sent email to my @hitachi.com.au. Try to amend config_inc.php by adding the following:
$g_allow_signup = ON;
$g_send_reset_password = ON;
$g_signup_use_captcha = ON;
$g_lost_password_feature = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.XXXXXXXX.co.jp';
Test changes by changing the user role from reporter to administrator, no notification is received by user with company domain email.
Bottomline: send mail from server is working. Tracing the emails notification from Control panel of hosting, I can see that it was sent to the company smtp servers in Japan: smtp.XXXXXXXX.co.jp but no notifications are received by users.
Any users of Mantis BT encounter similar issue or able to point me to the right direction?
Regards
Kim
Mantis version: mantisbt-1.2.19
Date installed: 2/4/2015
Setup: installed as subdomain. Company host domain name in Singapore. DNS pointing to IP to subdomain. Subdomain working and installation successful. All setup of Mantisbt is correct.
Issue faced: All notifications is not received when email address bearing company domain name: @hitachi.com.au. Changed super administrator email to gmail. I received all the notifications when new users sign-up & changes to the status of user from reporter to developer or manager.
Test done: added basic sendmail PHP script to the root of the subdomain & sendmail successfully sent email to my @hitachi.com.au. Try to amend config_inc.php by adding the following:
$g_allow_signup = ON;
$g_send_reset_password = ON;
$g_signup_use_captcha = ON;
$g_lost_password_feature = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.XXXXXXXX.co.jp';
Test changes by changing the user role from reporter to administrator, no notification is received by user with company domain email.
Bottomline: send mail from server is working. Tracing the emails notification from Control panel of hosting, I can see that it was sent to the company smtp servers in Japan: smtp.XXXXXXXX.co.jp but no notifications are received by users.
Any users of Mantis BT encounter similar issue or able to point me to the right direction?
Regards
Kim