not getting email conformation from mantis

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
priyanka
Posts: 10
Joined: 25 Aug 2010, 06:24

not getting email conformation from mantis

Post 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.
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: not getting email conformation from mantis

Post 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.
Please use Search before posting and read the Manual
priyanka
Posts: 10
Joined: 25 Aug 2010, 06:24

Re: not getting email conformation from mantis

Post 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;
priyanka
Posts: 10
Joined: 25 Aug 2010, 06:24

Re: not getting email conformation from mantis

Post by priyanka »

please give me solution i am still not getting conformation mail .
priyanka
Posts: 10
Joined: 25 Aug 2010, 06:24

Re: not getting email conformation from mantis

Post 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.
priyanka
Posts: 10
Joined: 25 Aug 2010, 06:24

Re: not getting email conformation from mantis

Post 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.
Puja
Posts: 2
Joined: 07 Apr 2011, 07:53

Re: not getting email conformation from mantis

Post 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;
crp
Posts: 17
Joined: 04 Apr 2011, 00:27

Re: not getting email conformation from mantis

Post 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?
Post Reply