Search found 1 match
- 10 Mar 2017, 03:22
- Forum: Help
- Topic: SSL Glue error message
- Replies: 10
- Views: 14562
Re: SSL Glue error message
For gmail 465 thats its solved. /opt/otrs/Kernel/System/Email/SMTPS.pm Of course if you are not using TLS you should instead change the file SMTPS.pm. In this file I changed the line 14 as in the fix for the POP3 issue. That means I changed from: use Net::SSLGlue::SMTP; to use Net::SMTP; Thanks! ;-)