setting up mantis mail problems

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
marty
Posts: 4
Joined: 23 Mar 2008, 22:19

setting up mantis mail problems

Post by marty »

I was install mantisbt and i want to use e-mail notifications from mantis,
but i have no mail (smtp) server on my host. I was get mail account on
a free mail server like hotmail.com and i want to use this account
with the mantis, but it's dont works.
accont: my_mantis@free.mail.com, smtp requires autorization

my config_inc.php settings:

# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
// obsolette
// $g_use_phpMailer = ON;
$g_phpMailer_method = 2;
$g_smtp_host = 'smtp.free.mail.com';
$g_smtp_username = 'my_mantis';
$g_smtp_password = '***';

$g_use_x_priority = ON;
$g_mail_priority = 3;

# the sender email, part of 'From: ' header in emails
$g_from_email = 'my_mantis@free.mail.com';


What's wrong with this?
marty
Posts: 4
Joined: 23 Mar 2008, 22:19

Re: setting up mantis mail problems

Post by marty »

Mantis ver 1.1.0rc2
marty
Posts: 4
Joined: 23 Mar 2008, 22:19

Re: setting up mantis mail problems

Post by marty »

And how I can simply test, does it works? I try to use "Remember password" feature, but it allow only 3 tryes and stop works after limit reached.
Post Reply