How to configure bugtracker to use a smtp server ?
It Is necessary to install a special something ?
I block on this point.
Not average to make go the malls.
Help me please with an example of conf.ini
Thx
Problem MAILS
Moderators: Developer, Contributor
Yes. The settings for your config_inc.php file are described in the manual. At a minimum, you need:
Code: Select all
# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 2;
# This option allows you to use a remote SMTP host. Must use the phpMailer script
# Name of smtp host, needed for phpMailer, taken from php.ini
$g_smtp_host = 'localhost';
# These options allow you to use SMTP Authentication when you use a remote
# SMTP host with phpMailer. If smtp_username is not '' then the username
# and password will be used when logging in to the SMTP server.
$g_smtp_username = '';
$g_smtp_password = '';