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