Problems with email notification

General discussion of Mantis.

Moderators: Developer, Contributor

atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Problems with email notification

Post by atrol »

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
kimbebot
Posts: 6
Joined: 18 Jan 2012, 07:57

Re: Problems with email notification

Post by kimbebot »

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.
richards

Re: Problems with email notification

Post by richards »

Yes, I'm Trying in anyway
in configuration, in the code,
but all give me the same result...
richards

Re: Problems with email notification

Post by richards »

Hi!
I changed the source code, Im using now a array and somes ifs, is working, but is very slow
Ill try other methods
CorbinKev

Re: Problems with email notification

Post by CorbinKev »

I noticed this one too. The emails I've been receiving these days are just plain empty.
Post Reply