Search found 3 matches

by userAnonimo
16 Nov 2023, 21:51
Forum: Help
Topic: Can't send emails from Mantisbt on a Linux Oracle 8 server
Replies: 0
Views: 108745

Can't send emails from Mantisbt on a Linux Oracle 8 server

After successfully running local tests with mantisbt, configure config_inc.php as follows: $g_allow_signup = ON; $g_enable_email_notification = ENABLED; $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_host = 'smtp.gmail.com'; # used with PHPMAILER_METHOD_SMTP $g_smtp_connection_mode = 'tls'; $g...
by userAnonimo
10 Nov 2023, 13:55
Forum: Help
Topic: Mantisbt does not send emails
Replies: 2
Views: 4918

Re: Mantisbt does not send emails

After successfully performing local tests with mantisbt, configuring config_inc.php as follows: $g_allow_signup = ON; $g_enable_email_notification = ON; $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_host = 'smtp.gmail.com'; # used with PHPMAILER_METHOD_SMTP $g_smtp_connection_mode = 'tls'; $g...
by userAnonimo
23 Oct 2023, 16:46
Forum: Help
Topic: Mantisbt does not send emails
Replies: 2
Views: 4918

Mantisbt does not send emails

I included the configuration in the config_inc.php file and sendmail.ini file, but it still doesn't send emails. $g_smtp_connection_mode = 'ssl'; ---> There I put "tls" and "ssl", it still doesn't work config_inc.php // GMAIL $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_h...