mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Smtp server security note and hide unrelevant fields (#924)
* Email Mta Node added security and authentication * Documentation updated * Original formatting restored * email-mta added note for port security hide fields when not relevant
This commit is contained in:
@@ -68,7 +68,8 @@
|
||||
<h3>Security</h3>
|
||||
<p>When <i>Secure connection</i> is checked, the connection will use TLS.
|
||||
If not it is still possible to upgrade clear text socket to TLS socket by checking <i>Start TLS</i>.
|
||||
If you do no specify your own certificate (path to file) then a pregenerated self-signed certificate is used. Any respectful client refuses to accept such certificate.</p>
|
||||
In most cases when using port 465, check <i>Secure connection</i>. For port 587 or 25 keep it disabled, use <i>Start TLS</i> instead.</p>
|
||||
<p>If you do no specify your own certificate (path to file) then a pregenerated self-signed certificate is used. Any respectful client refuses to accept such certificate.</p>
|
||||
<h3>Authentication</h3>
|
||||
<p>Authentication can be enabled (PLAIN or LOGIN). Add at least one user.</p>
|
||||
<h3>Expert</h3>
|
||||
|
Reference in New Issue
Block a user