Hello!

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: [EMAIL PROTECTED], 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           = '[EMAIL PROTECTED]';


What's wrong with this?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to