Hi guys, sorry for my bad english.
I would like some help with SMTP email setup.
I use my own Zimbramail server and I need to configure the OSticket so that it does not validate certificates (novalidate-cert).

IMAP configuration (mailz.*****.com.br:993/imap/ssl/novalidate-cert)

SMTP configuration: SMTP+TLS (novalidate-cert).

Question: How to configure OsTicket not to validate certificates in emails?

Thanks.

@officelink

We use PEAR Net_SMTP class to send mail when using SMTP. You will need to read their documentation and update the relevant code files (ie. this file).

Cheers.

Write a Reply...