Page 1 of 1

Create user without email

Posted: 30 Mar 2022, 14:54
by fmildemberger
Is it possible to create a user without email?
If yes which configuration files should be changed?

Mantis version 2.24.1
Schema version 210
PHP version 7.4.3

Re: Create user without email

Posted: 07 Apr 2022, 08:47
by cas
In principle not but you can supply a dummy email address which you can control.
But why would you need this?

Re: Create user without email

Posted: 21 Jun 2022, 16:10
by fmildemberger
I need it because the smtp of the company where I work is blocked

Re: Create user without email

Posted: 21 Jun 2022, 17:13
by cas
Well perhaps your company is willing to enable another smtp port or provide specific credentials for Mantis.
You can easily configure Mantis not to send emails but it is an important part of the system.

Re: Create user without email

Posted: 21 Jun 2022, 20:15
by fmildemberger
I understand it's an important part of the system but I'll be using mantis to log tickets where I don't really need to send email. Is there this option?

Re: Create user without email

Posted: 22 Jun 2022, 06:53
by cas
Think you can leave it blank using these settings on config/config_inc.php:
$g_send_reset_password = OFF;
$g_enable_email_notification = OFF;