Resource icon

Unmaintained How to use self signed certs for SSL/TLS IMAP and SMTP.

Compatible XF 2.x versions
  1. 2.2
If you have an SMTP or IMAP server that has a self signed certifcate, you will need to make 2 file edits to prevent a connection failure.

src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php

paste this after
PHP:
$options = [];

PHP:
$options['ssl']['verify_peer'] = FALSE...
You do not have permission to view the full content of this resource. Log in or register now.
Author
bottiger
Views
1,122
First release
Last update

Ratings

0.00 star(s) 0 ratings
Top Bottom