Emails doesn't work with a mail server ?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
macchu
Posts: 11
Joined: 06 Jan 2017, 17:19

Emails doesn't work with a mail server ?

Post by macchu »

Hello,

I read this topic viewtopic.php?f=3&t=15398. But the advices only concerned Xammp or Wamp with Gmail.
My configuration is different : Siteground (hosting company) with my proper mail adress.

That configuration of mantis/config/ config_inc.php is it good ?

Code: Select all

$g_allow_signup	 = ON;  //allows the users to sign up for a new account
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'secureams33.xxxxxxxx.com';
$g_smtp_connection_mode = 'ssl'; /*tls*/
$g_smtp_port = 465;
$g_smtp_username = 'mantis@xxxxxxx.com'; //replace it with your gmail address
$g_smtp_password = 'xxxxxxxxxx'; //replace it with your gmail password
$g_administrator_email = 'mi@xxxxxxxx.com'; //this will be your administrator email address
I'm newbie and tryong to build a ticket platform. So dificult !
Thank you all

M
Post Reply