Problems with sending email mantis 1.2.19

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mager38
Posts: 8
Joined: 10 Dec 2015, 13:38

Problems with sending email mantis 1.2.19

Post by mager38 »

good morning;

configure the version 1.2.19 but not send email me , recalling the key eg throws me the following message .

http://domain.com/mantisbt-1.2.19/lost_pwd.php

Fatal error: Maximum execution time of 30 seconds exceeded in /opt/lampp/htdocs/mantisbt-1.2.19/library/phpmailer/class.phpmailer.php on line 752

in version 1.0.2 worked perfectly

#############################
# Mantis EMAIL Settings
#############################
$g_enable_email_notification = ON;
$g_administrator_email = 'xx@xx.com.co';
$g_return_path_email = 'xx@xx.com.co';
$g_from_email = 'xx@xx.com.co';
$g_from_name = 'Mantis Bug Tracker';
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtpmed.xx.net.co';
$g_smtp_port = '25';
$g_smtp_username = 'xx@xx.com.co';
$g_smtp_password = 'password';

Help me plis :roll:
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Problems with sending email mantis 1.2.19

Post by atrol »

Check database table mantis_email table.
Are there a lot of entries in it?
Please use Search before posting and read the Manual
mager38
Posts: 8
Joined: 10 Dec 2015, 13:38

Re: Problems with sending email mantis 1.2.19

Post by mager38 »

good morning;

solve it last night , copy the folder inside the core phpmailer with class.phpmailer.php and class.smtp.php Files folder and it worked perfectly .

Many thanks for your help.


///////////////////////////////////////////////////////////////////////////

buenos dias;

lo solucione ayer en la noche, copie dentro de la carpeta core la carpeta phpmailer con los archivos class.phpmailer.php y class.smtp.php y funciono perfectamente.

Muchas gracias por tu ayuda.
Post Reply