No new user verification email was received.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
umitsrsc
Posts: 1
Joined: 16 Oct 2023, 12:10

No new user verification email was received.

Post by umitsrsc »

I don't receive a verification email when I create a new user. However, the user is created.
mantisbt version-> 2.24.5
php version->7.4.33
PostgreSQL->13.11
installations with Debian.

config_inc.php;
$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.gmail.com';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_smtp_username = 'support@gmail.com'; //replace it with your gmail address
$g_smtp_password = 'email-password'; //replace it with your gmail password
$g_administrator_email = 'support@gmail.com'; //this will be your administrator email address
Post Reply