adminGroup
LEVEL 10
475 XP
BARMOD submitted a new resource:
How to use self signed certs for SSL/TLS IMAP and SMTP - How to use self signed certs for SSL/TLS IMAP and SMTP
Read more about this resource...
How to use self signed certs for SSL/TLS IMAP and SMTP - How to use self signed certs for SSL/TLS IMAP and SMTP
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:You must log in to view (1 lines)
PHP:You must log in to view (2 lines)
src/vendor/laminas/laminas-mail/src/Protocol/Imap.php
PHP:You must log in to view (1 lines)
Read more about this resource...