Page 1 of 1

not getting email conformation from mantis

Posted: 25 Aug 2010, 06:29
by priyanka
I have install mantisbt 1.2.2 but i can only login with administrator . I am not able to create new user. when i create
new user and set my password i am not getting e-mail conformation from mantis.

Re: not getting email conformation from mantis

Posted: 25 Aug 2010, 06:50
by atrol
First you should use the search functionality of this forum to find answers of other users of email related problems.
If you don't find the solution come back to this thread and provide more information about your environment.

Re: not getting email conformation from mantis

Posted: 25 Aug 2010, 07:02
by priyanka
atrol wrote:First you should use the search functionality of this forum to find answers of other users of email related problems.
If you don't find the solution come back to this thread and provide more information about your environment.





Thanks for reply I did what they give soltion but its not working.please give me perfact solution.
MY config_inc.php is like


# --- Email Configuration ---
$g_phpMailer_method = PHPMAILER_METHOD_MAIL; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_host = 'localhost'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_username = ''; # used with PHPMAILER_METHOD_SMTP
$g_smtp_password = ''; # used with PHPMAILER_METHOD_SMTP
$g_administrator_email = 'administrator@example.com';
$g_webmaster_email = 'webmaster@example.com';
$g_from_name = 'Mantis Bug Tracker';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;

Re: not getting email conformation from mantis

Posted: 26 Aug 2010, 04:49
by priyanka
please give me solution i am still not getting conformation mail .

Re: not getting email conformation from mantis

Posted: 26 Aug 2010, 06:03
by priyanka
priyanka wrote:
atrol wrote:First you should use the search functionality of this forum to find answers of other users of email related problems.
If you don't find the solution come back to this thread and provide more information about your environment.





Thanks for reply I did what they give soltion but its not working.please give me perfact solution.
Please Reply . I ave install mantis 1.2.2. and i create new user account.but as i am not getting conformation email on gmail account
I am not able to login to my mantis.

Re: not getting email conformation from mantis

Posted: 26 Aug 2010, 06:22
by priyanka
MY config_inc.php looks like

# --- Email Configuration ---
$g_phpMailer_method = PHPMAILER_METHOD_MAIL; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_host = 'localhost'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_username = ''; # used with PHPMAILER_METHOD_SMTP
$g_smtp_password = ''; # used with PHPMAILER_METHOD_SMTP
$g_administrator_email = 'administrator@example.com';
$g_webmaster_email = 'webmaster@example.com';
$g_from_name = 'Mantis Bug Tracker';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;

$g_enable_email_notification = ON;

Is there any problem with this. I am still not getting conformation email from mantis.

Re: not getting email conformation from mantis

Posted: 07 Apr 2011, 11:12
by Puja
I have install mantisbt 1.2. but i can only login with administrator . I am not able to create new user. when i create
new user and set my password i am not getting e-mail conformation from mantis.

How to to ON - $g_enable_email_notification = ON;

Re: not getting email conformation from mantis

Posted: 07 Apr 2011, 18:47
by crp
Does anyone have a custom configuration for MantisBT that replaces the email system being used by MantisBT?
Something like writing out the emails to a directory and letting the system handle the emailing of the files?