Paid help wanted to get Email to work

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
chateaux
Posts: 3
Joined: 09 Nov 2015, 14:28

Paid help wanted to get Email to work

Post by chateaux »

Is there anyone who I can pay to setup MantisBT on my server and get mail to work?

I have version: 1.2.19 installed

I can't get mail to work and have no more patience.

$100 is what I am willing to pay.

Please inbox me.

Thanks
Anapheron
Posts: 19
Joined: 29 Oct 2015, 21:56

Re: Paid help wanted to get Email to work

Post by Anapheron »

copy the following code on config_inc.php


$g_enable_email_notification =ON;
#$g_email_send_using_cronjob =OFF;

$g_email_set_category = OFF;
#$g_email_send_using_cronjob = OFF;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host ='smtp-mail.outlook.com'; #if your email is from outlook, in case it's from gmail, use smtp.gmail.com
$g_smtp_username = 'Your email';
$g_smtp_password = 'your password';
$g_smtp_connection_mode ='tls';
$g_smtp_port =587;
$g_administrator_email ='admin email';
$g_webmaster_email = 'webmaster email';


see if it works and you don't need to pay anything
josepernia8
Posts: 5
Joined: 07 Mar 2016, 19:56

Re: Paid help wanted to get Email to work

Post by josepernia8 »

Fixed OP?
Post Reply