Mantis Email Server Settings / phpMailer_method = question

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
newmantisuser
Posts: 68
Joined: 06 Aug 2012, 18:13

Mantis Email Server Settings / phpMailer_method = question

Post by newmantisuser »

Hi guys,

I have been using Mantis for a few years now and it's a great product, but I am having an issue and I was wondering if anyone knew the answer.

My question is - Is there a way to specify another $g_phpMailer_method to specify TLS rather than SSL only?

Here are my current settings

# New Email Server Provided by BoomIT
$g_phpMailer_method = 2;
$g_smtp_host = 'ssl://virt1.boomit.ca';
$g_smtp_port = '465';
$g_smtp_username = 'mantis@x.com';
$g_smtp_password = 'xxxxxx';
$g_administrator_email = 'support@x.com';
$g_webmaster_email = 'support@x.com';
$g_from_email = 'mantis@x.com';
$g_return_path_email = 'kpomeroy@x.com';

The server virt1.boomit.ca is not sending email along to the recipient and when speaking with tech support it was mentioned that SSL is now being blocked a lot and to switch to TLS, but I am unable to find any documentation.

does anyone know if there is another php_Mailer_method # other then 2 I can use?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Mantis Email Server Settings / phpMailer_method = questi

Post by atrol »

There is a setting $g_smtp_connection_mode
https://www.mantisbt.org/docs/master-1. ... NFIG.EMAIL
Please use Search before posting and read the Manual
Post Reply