mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
node-red-node-email: Added documentation use of: Use secure connection & update Readme documentation (#824)
Updated README,md to better reflect the updated documentation found in the node
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
<p>受信側で必要な場合には、<code>msg.envelope</code>オブジェクトを指定できます。このオブジェクトには、fromやtoを指定します。</p>
|
||||
<p>自己署名証明書を用いる場合、Nodemailerはメッセージ送信を拒否することがあります。その際は、TLSを無効にしてみてください。</p>
|
||||
<p>注: SMTP over SSLを465番ポートで利用。</p>
|
||||
<h3>安全な接続を使用</h3>
|
||||
<p>有効にすると、サーバーへの接続時に接続でTLSが使用されます。サーバーがSTARTTLS拡張機能をサポートしている場合、無効にするとTLSが使用されます。ほとんどの場合、ポート465に接続している場合は、これを有効に設定します。ポート587または25の場合は、無効のままにします。</p>
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-help-name="e-mail in">
|
||||
@@ -47,4 +49,4 @@
|
||||
Linuxシステムでは以下のコマンドを実行し、Node-REDを再起動することで達成できます。
|
||||
<pre>sudo setcap ‘cap_net_bind_service=+eip’ $(which node)</pre>
|
||||
これによって、全てのnodeアプリケーションが全ポートにアクセスできる様になることに注意してください.</p>
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user