email plugin: add "starttls" as accepted encryption_type in the comment (#2068)
This commit is contained in:
parent
be18fea136
commit
8e74575c03
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ receiver_emails:
|
||||||
# - email1@gmail.com
|
# - email1@gmail.com
|
||||||
# - email2@gmail.com
|
# - email2@gmail.com
|
||||||
|
|
||||||
# One of "ssltls", "none"
|
# One of "ssltls", "starttls", "none"
|
||||||
encryption_type: ssltls
|
encryption_type: ssltls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue