Hello all, I've used mantis a lot in the past but I was never the administrator.
Now I want to use it in a new project. I've installed it and it is working normally, but... I'm not able to send any emails through any of the servers I configure. I'm using this in config_inc.php (also tested on config_local.php). ---------------------- /* E-Mail addresses */ $g_administrator_email = 'my_email_address'; $g_webmaster_email = 'my_email_address'; $g_from_email = 'my_email_address'; $g_return_path_email = 'my_email_address'; $g_enable_email_notification = 'ON'; $g_email_receive_own = 'ON'; $g_validate_email = 'OFF'; $g_phpMailer_method = 'PHPMAILER_METHOD_SMTP'; $g_smtp_host = 'my.smtp.server'; $g_smtp_port = '25'; $g_smtp_username = 'my_username'; $g_smtp_password = 'my_password'; $g_smtp_connection_mode = 'tls'; $g_log_destination = '/tmp/mantis.log'; $g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_FILTERING ---------------------------- I'm pretty sure the SMTP server I use accepts my settings because I use it for my regular e-mail. How can I debug this ? I've declared a log file for /tmp/mantis.log but the file isn't even there. Thank you Joao ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ mantisbt-help mailing list mantisbt-help@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mantisbt-help