?
avatar utilis
utilis
18 Jul 2016

Steps to reproduce the issue

Install Joomla, Go to Global Configuration > Server Settings > Select SMTP
Select SSL/TLS
Open configuration file, Check $smtpsecure = 'ssl';

Expected result

$smtpsecure = 'ssl';

Actual result

$smtpsecure = 'ssl';

System information (as much as possible)

Database Version 5.6.30
Database Collation latin1_swedish_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 5.5.37
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.5.1 Stable [ Unicorn ] 05-April-2016 22:45 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT

Additional comments

SSL/TLS Swtich Missleading needs renaming to just SSL

avatar utilis utilis - open - 18 Jul 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 18 Jul 2016

SSL/TLS Swtich Missleading needs renaming to just SSL

that's not correct

  • 'ssl' is a string used by PHP Mailer for SMTPS (with SSL or TLS protocol)
  • 'tls' is a string used by PHP Mailer for SMTP+STARTTLS

You can check tooltip in "SMTP Security" field
image

or/and see #8520 for more info.

avatar brianteeman
brianteeman - comment - 18 Jul 2016

Closing as expected behaviour


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11177.

avatar brianteeman brianteeman - close - 18 Jul 2016
avatar brianteeman brianteeman - change - 18 Jul 2016
Status New Expected Behaviour
Closed_Date 0000-00-00 00:00:00 2016-07-18 15:22:51
Closed_By brianteeman
avatar brianteeman brianteeman - close - 18 Jul 2016
avatar brianteeman brianteeman - change - 21 Jul 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment