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
Paid help wanted to get Email to work
Moderators: Developer, Contributor
Re: Paid help wanted to get Email to work
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
$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