Attached is an image of the settings used.
Mail should be correctly sent.
The problem is that the self.defined certificate is not accepted and no mails are sent as a result.
PHP Built On Linux srv125.tophost.ch 3.10.0-714.10.2.lve1.4.79.el7.x86_64 #1 SMP Thu Jan 4 13:30:50 EST 2018 x86_64
Database Type mysql
Database Version 10.1.35-MariaDB
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.1.21
Web Server LiteSpeed
WebServer to PHP Interface litespeed
Joomla! Version Joomla! 3.8.12 Stable [ Amani ] 28-August-2018 14:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
The managers of the remote email server have come up with the following solution, which unfortunately got overridden with the latest release:
/public_html/libraries/vendor/phpmailer/phpmailer/class.phpmailer.php
x Alteration on Linie 275 (which may have altered)
public $SMTPOptions = array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false,
'allow_self_signed' => true
)
);
I pass this on as information.
Here the image!
screen shot 2018-08-29 at 08 11 10
Not quite sure what the allow_self_signed
option actually does, but for the other two you definitely should not turn those off. In essence that is the same as not doing any of the security validations when loading a HTTPS page but this would be in the context of email.
Status | New | ⇒ | Discussion |
As phpmailer says that the changes you made are
not recommended as it defeats much of the point of using a secure transport at all
For a full explanation see https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#certificate-verification-failure
None of this is a joomla issue
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-29 12:57:42 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/21905
closed as no Core-Issue.
Here the image!
screen shot 2018-08-29 at 08 11 10
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21905.