EmailConfiguration
Posted: 04 Mar 2014, 19:15
I am new to Mantis. I am having problem in configuring the email . This is the code I have configured in config_inc.php
Please help
Although sometimes it works with Gmail, I am having a hardtime setting it up via our office's intranet. Plz help
$g_administrator_email = 'administrator@example.com';
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
# $g_from_name = 'Mantis Bug Tracker';
# $g_email_receive_own = OFF;
#$g_email_send_using_cronjob = ON;
/* Email Settings */
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'dnserver.datanova.no';
$g_smtp_port = 587;
$g_smtp_connection_mode = 'tls';
$g_smtp_username = 'mrinmoy.das@datanova.co.in';
$g_smtp_password = 'xxxxxxxx';
$g_administrator_email='samir.shah@datanova.co.in';
Please help
Although sometimes it works with Gmail, I am having a hardtime setting it up via our office's intranet. Plz help
$g_administrator_email = 'administrator@example.com';
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
# $g_from_name = 'Mantis Bug Tracker';
# $g_email_receive_own = OFF;
#$g_email_send_using_cronjob = ON;
/* Email Settings */
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'dnserver.datanova.no';
$g_smtp_port = 587;
$g_smtp_connection_mode = 'tls';
$g_smtp_username = 'mrinmoy.das@datanova.co.in';
$g_smtp_password = 'xxxxxxxx';
$g_administrator_email='samir.shah@datanova.co.in';