Search found 9 matches

by foxwestjava
08 Jun 2017, 00:19
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

Don't forget after installation, check your setting on http://..www/admin/check

This link check very usefully help to check installation and check your setting config_inc.php

:D
by foxwestjava
07 Jun 2017, 09:26
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

Try with Zimbra Mail Server .
Install with MantusBT 2.5

Config Email :

# --- Email Configuration ---
$g_phpMailer_method = PHPMAILER_METHOD_SMTP; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_host = 'xxxxxxxxxxx'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_username = 'xxxx'; # used ...
by foxwestjava
07 Jun 2017, 08:56
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

try with other method using SENDMAIL.

<?php
/**
* This example shows sending a message using a local sendmail binary.
*/

require '../PHPMailerAutoload.php';

//Create a new PHPMailer instance
$mail = new PHPMailer;
// Set PHPMailer to use the sendmail transport
$mail->isSendmail();
//Set who ...
by foxwestjava
05 Jun 2017, 06:32
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

try with other method using SENDMAIL.

<?php
/**
* This example shows sending a message using a local sendmail binary.
*/

require '../PHPMailerAutoload.php';

//Create a new PHPMailer instance
$mail = new PHPMailer;
// Set PHPMailer to use the sendmail transport
$mail->isSendmail();
//Set who the ...
by foxwestjava
02 Jun 2017, 01:31
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

tray using phpmailer class .

<?php
/**
* This example shows settings to use when sending via Google's Gmail servers.
*/

//SMTP needs accurate times, and the PHP time zone MUST be set
//This should be done in your php.ini, but this is how to do it if you don't have access to that
date_default ...
by foxwestjava
23 May 2017, 05:46
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

Have you googled the error message?
I found this
http://stackoverflow.com/questions/38554452/invalid-puny-encode-while-trying-to-send-email-using-stmp-configuration
Hope this helps.


Thanks mcmo for your replay, actually i am not expert on php.
Probably any other easy way to solve di this problem ...
by foxwestjava
07 May 2017, 03:59
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

I have been tried with OS windows with XAMPP and also Linux Ubuntu, But same result ..

Any one have trick on this ? :idea:

Thanks a lot
by foxwestjava
05 May 2017, 07:23
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

Re: How Install MantisBT with Email Notfication Worked

Tried send reset password user, then chheck log from mantisbt application.

"
2017-05-04 10:37 CEST MAIL email_api.php:1385 email_send() ERROR: Message could not be sent - Invalid address: (punyEncode) project-noreply@@xxxxx.com

"

Config_inc.php :

# --- Email Configuration ---
$g_phpMailer_method ...
by foxwestjava
05 May 2017, 02:41
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18085

How Install MantisBT with Email Notfication Worked

Dear All,

I am beginner install Mantisbt, couple time i tried installing mantisbt.
But for email notification still failed.
Many version of mantisbt (2.4 , 2.0 ,1.2) i have been tried but is same result.

Anyone on this forum have succesfully installing with email notification worked ?

Please give ...