summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeraud <[email protected]>2019-04-22 10:10:09 +0200
committerNeraud <[email protected]>2019-04-22 10:10:09 +0200
commit09de83dd83281c141e21bc45204f536655bd301b (patch)
tree106f26361aa1a48f496615f88fa7342f81f756a8
parent6019723c9fce7449bcafe0297c62ac111672247e (diff)
Update README to describe SMTP_CA_FILE
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.