Problems with email notification

General discussion of Mantis.

Moderators: Developer, Contributor

Re: Problems with email notification

Postby atrol » Feb 17, 2012 3:26 am

I am not able to reproduce your issue.
When trying 10 bugnotes ascending I get 8 9 10

What did you mean when writing this? Did you change any source code of MantisBT?
richards wrote:after i chose "ORDER BY date_submitted" to DESC
Please use Search before posting and read the Manual
Use Mantis2Go to try MantisBT on Windows or to reproduce issues
atrol
 
Posts: 3632
Joined: Mar 26, 2008 4:37 pm
Location: Germany

Re: Problems with email notification

Postby kimbebot » Feb 19, 2012 10:15 pm

Hello people, I am new here and I can't find any post related to my problem that's why I go straight here, I can't even post my own topic.
I am having a problem in setting up my email notification, I have this code for my config_inc.php:

Code: Select all

$g_hostname      = 'localhost';
$g_db_username   = 'root';
$g_db_password   = '<mypassword>';
$g_database_name = 'bugtracker';
$g_db_type       = 'mysql';

$g_allow_signup            = ON;
$g_allow_anonymous_login   = OFF;
$g_anonymous_account      = '';

$g_phpMailer_method      = PHPMAILER_METHOD_SMTP;
$g_smtp_host         = 'localhost';         
$g_smtp_username      = 'me@gmail.com';   
$g_smtp_password      = '<mypassword>';            
$g_administrator_email  = 'me@gmail.com';
$g_webmaster_email      = 'me@gmail.com';
$g_from_name         = 'Mantis Bug Tracker';
$g_from_email           = 'me@gmail.com';   
$g_return_path_email    = 'me@gmail.com';   
$g_email_receive_own   = OFF;
$g_email_send_using_cronjob = OFF;


$g_allow_file_upload   = ON;
$g_file_upload_method   = DATABASE;
$g_absolute_path_default_upload_folder = '';
$g_max_file_size      = 5000000;
$g_preview_attachments_inline_max_size = 256 * 1024;
$g_allowed_files      = '';      
$g_disallowed_files      = '';      

$g_window_title         = 'MantisBT';
$g_logo_image         = 'images/mantis_logo.gif';
$g_favicon_image      = 'images/favicon.ico';


$g_show_realname = OFF;
$g_show_user_realname_threshold = NOBODY;

$g_default_home_page = 'my_view_page.php';   



please help me, I need this badly.
Thanks! Hope you help me with this.
kimbebot
 
Posts: 6
Joined: Jan 18, 2012 2:57 am

Re: Problems with email notification

Postby richards » Feb 23, 2012 9:48 am

Yes, I'm Trying in anyway
in configuration, in the code,
but all give me the same result...
richards
 
Posts: 11
Joined: Jan 30, 2012 11:44 am

Re: Problems with email notification

Postby richards » Mar 01, 2012 2:34 pm

Hi!
I changed the source code, Im using now a array and somes ifs, is working, but is very slow
Ill try other methods
richards
 
Posts: 11
Joined: Jan 30, 2012 11:44 am

Re: Problems with email notification

Postby CorbinKev » Mar 01, 2012 10:08 pm

I noticed this one too. The emails I've been receiving these days are just plain empty.
CorbinKev
 
Posts: 1
Joined: Mar 01, 2012 10:06 pm
Location: Chicago, IL

Previous

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests

cron