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.
not getting email conformation from mantis
Moderators: Developer, Contributor
Re: not getting email conformation from mantis
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.
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
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
please give me solution i am still not getting conformation mail .
Re: not getting email conformation from mantis
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 accountpriyanka 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.
I am not able to login to my mantis.
Re: not getting email conformation from mantis
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.
# --- 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
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;
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
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?
Something like writing out the emails to a directory and letting the system handle the emailing of the files?