From 09de83dd83281c141e21bc45204f536655bd301b Mon Sep 17 00:00:00 2001 From: Neraud Date: Mon, 22 Apr 2019 10:10:09 +0200 Subject: Update README to describe SMTP_CA_FILE --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 65bdd2a..0898929 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ per-user). define('SMTP_SKIP_CERT_CHECKS', false); // Accept all SSL certificates, use with caution. + + define('SMTP_CA_FILE', '/path/to/ca.crt'); + // Use a custom CA certificate for SSL/TLS secure connections. + // Only used if SMTP_SKIP_CERT_CHECKS is false. ``` At least SMTP_SERVER needs to set for plugin to work. -- cgit v1.2.3