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.
mails are delayed
Moderators: Developer, Contributor
Re: mails are delayed
You might consider setting
http://www.mantisbt.org/wiki/doku.php/m ... il_queuing
http://www.mantisbt.org/docs/master-1.2 ... NFIG.EMAIL
Code: Select all
$g_email_send_using_cronjob = ON;http://www.mantisbt.org/docs/master-1.2 ... NFIG.EMAIL
-
siva123
Re: mails are delayed
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..
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..
Re: mails are delayed
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.
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.