My email sent OK but was always delayed, why?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
haolaris
Posts: 1
Joined: 14 Oct 2014, 02:21

My email sent OK but was always delayed, why?

Post by haolaris »

I am use mantis version 1.2.16 with AppServ 2.5.10(Apache + mysql + php and PHP Version 5.2.6)

I use my own mailserv and config it like follows:
# --- Email Configuration ---
#$g_phpMailer_method = 2;#PHPMAILER_METHOD_MAIL; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_enable_email_notification = ON; //enables the email messages
$g_smtp_host = '192.168.1.85';# used with PHPMAILER_METHOD_SMTP
$g_smtp_port = 25;
$g_smtp_username = 'xxx@xxxxxxxx';# used with PHPMAILER_METHOD_SMTP
$g_smtp_password = 'xxxxxxx';# used with PHPMAILER_METHOD_SMTP
$g_administrator_email = 'xxxxxx@126.com';
$g_webmaster_email = 'xxxxxxx@126.com';
$g_from_name = 'xxxxxx';
$g_from_email = 'xxx@xxxxx.com';# the "From: " field in emails
$g_return_path_email = 'xxx@xxxxxx.com';# the return address for bounced mail
$g_email_send_using_cronjob = OFF;
$g_use_phpMailer=ON;

Generally, I can send mail to others, but with always 4~6 hours delayed.

I have checked my maillog and confirm that the delay was caused by the mantis systerm, because the mailserv receive log was also delayed...

Now I am very confused :( and someone help me ?

Thanks so much~
Post Reply