Change logo and email notificaton

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
aliso_parado
Posts: 7
Joined: 02 Aug 2007, 02:59

Change logo and email notificaton

Post by aliso_parado »

Hi everybody....

I'm a new mantis user. Its look good but I have a few problem with customizations.

1. I want to change the logo...I try to change the logo pic from image folder but its not work. Please help me how to change it.

2. I can't sign up for new account. the error is;
PROBLEMS SENDING MAIL TO: blabla@yahoo.com
Mailer Error: Could not instantiate mail function.
When i check at Database the information inside.
WALLA..ME
MaKARON
Posts: 13
Joined: 12 Dec 2005, 12:02
Location: Olkusz / Poland
Contact:

Changing logo

Post by MaKARON »

You must overwrite mantis_logo.gif, and change core/html_api.php function: html_top_baner() -> change width and hight (or you can even change logo filename).
aliso_parado
Posts: 7
Joined: 02 Aug 2007, 02:59

Post by aliso_parado »

thank you. It's work!
WALLA..ME
aliso_parado
Posts: 7
Joined: 02 Aug 2007, 02:59

Post by aliso_parado »

i still have problem with email notification...Please help me
WALLA..ME
MaKARON
Posts: 13
Joined: 12 Dec 2005, 12:02
Location: Olkusz / Poland
Contact:

Sending emails

Post by MaKARON »

It looks like you have problems with main(), try to use SMTP: check config_defaults_inc.php and check:
g_limit_email_domain
g_phpMailer_method (change to smtp)
and then set g_smtp_*
aliso_parado
Posts: 7
Joined: 02 Aug 2007, 02:59

Post by aliso_parado »

i already change the command. After i change it.

The error is:

SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to localhost:25 (An established connection was aborted by the software in your host machine.
)
PROBLEMS SENDING MAIL TO: nzawati@yahoo.com
Mailer Error: SMTP Error: Could not connect to SMTP host.

I try to follow the step in mantis user manual. but it failed.
Can you explain details how to configuration. Thank you so much...

note : I have install mantis bug tracker at my personal PC. Using xampp.
WALLA..ME
MaKARON
Posts: 13
Joined: 12 Dec 2005, 12:02
Location: Olkusz / Poland
Contact:

no sendmail

Post by MaKARON »

You don't have sendmail program to sending mail from localhost. Use external SMTP server (every email account has it - you can use free acounts).

my config:

$g_phpMailer_method = 2; // use smtp
$g_smtp_host = 'poczta.fm'; // server host (free polish provider)
$g_smtp_username = 'marcin.kleczek'; // login
$g_smtp_password = '****'; //password

and sending takes 1-3 sec. but it's not a problem (i'm using gprs to connect from office).
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Post by ikutluay »

aliso_parado wrote:i already change the command. After i change it.

The error is:

SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to localhost:25 (An established connection was aborted by the software in your host machine.
)
PROBLEMS SENDING MAIL TO: nzawati@yahoo.com
Mailer Error: SMTP Error: Could not connect to SMTP host.

I try to follow the step in mantis user manual. but it failed.
Can you explain details how to configuration. Thank you so much...

note : I have install mantis bug tracker at my personal PC. Using xampp.
try using a pop3 account. If you have one than you can. Your local pc DOES NOT JHAVE A SMTP SERVER. so you cannot send notofication mail at your configuration.
aliso_parado
Posts: 7
Joined: 02 Aug 2007, 02:59

Post by aliso_parado »

thanks everybody...I try so many times to configure but still failed so i assume that i need to use my company server to make it success.

Anyway thanks to help me...
WALLA..ME
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Post by ikutluay »

aliso_parado wrote:thanks everybody...I try so many times to configure but still failed so i assume that i need to use my company server to make it success.

Anyway thanks to help me...
hello

please setup a development platform for this. setup pop3 and smtp and http server and you dont get new problems like this.

other way

setup a new account on your company mail server (i have use this method) and setup this information in the config. also setup company mails server as smtp
aliso_parado
Posts: 7
Joined: 02 Aug 2007, 02:59

Post by aliso_parado »

Can anyone explain to me about pop3. I'm not very clear......
WALLA..ME
Post Reply