Hi everyone,
I wonder, is it possible in mantis V 1.1.0a2 to create users w/o the confirmation email.
Reason: I have an evaluation installation on a DEBIAN sarge box where no mail server is installed.
Mantis is now waiting that the user logs in but the email has never been sent to the email address. Therefore the accounts are still locked.
Is there some help possible?
Any help much appreciated
TIA
Fred
create users w/o confirmation email
Moderators: Developer, Contributor
If you choose $g_phpMailer_method = 2, you don't need to alter the php.inied wrote:The mail server does not need to be installed on the same machine as mantis. In config_inc.php add:
$g_phpMailer_method = 2;
$g_smtp_host = 'mailserver';
May need to also alter you php.ini ... look for [mail function]
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
You probably also need to provide SMTP user name and password in the configuration.
Migrate your MantisBT to the MantisHub Cloud
I added the following lines to Config_inc.php
I guess I'm missing here something :(
Hoping someone can help.
Fred
But its still trying (I guess) to send out an verification email because I ahve no choice to enter the system with or without a password.$g_phpMailer_method = 2;
$g_smtp_host = 'mailserver';
I guess I'm missing here something :(
Hoping someone can help.
Fred