mails are delayed

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
siva123

mails are delayed

Post by siva123 »

i configured smtp mail like this

$g_allow_signup = ON; //allows the users to sign up for a new account
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.neelsys.com';
$g_smtp_connection_mode = 'smtp';
$g_smtp_port = 25;


if i create a new user it's taking more time to receive a mail alert from mantis and functionalities are badly affected.
it's showing blank pages after new user creation and reporting issues are also not working.

i use xampp server to run matis.it's having mysql,apache,tomcat,filezilla and tomcat.


can anybody help me how to resolve this issue.

thanks well in advance.
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: mails are delayed

Post by atrol »

Please use Search before posting and read the Manual
siva123

Re: mails are delayed

Post by siva123 »

using this can i resolve mail's delay issue

when i used this mails are not sending but functionality is improved.
i need to send mail alerts also.

Thanks for replying.

please suggest me have any idea on this..
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: mails are delayed

Post by atrol »

This seems not to be a MantisBT issue.
If you get no email check http://www.mantisbt.org/forums/viewtopi ... =3&t=15398 for customization and troubleshooting
If you get delayed email the problem is caused by your SMTP server and/or XAMPP.
Please use Search before posting and read the Manual
Post Reply