From aeb9572f325ddc2b3295a7b771ed9c2516c4b9bb Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Wed, 2 Jan 2019 20:27:10 +0000 Subject: [PATCH] 49_SSCam: contrib 8.3.1 git-svn-id: https://svn.fhem.de/fhem/trunk@18119 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/49_SSCam.pm | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/49_SSCam.pm b/fhem/contrib/DS_Starter/49_SSCam.pm index cfd013e0c..67106684d 100644 --- a/fhem/contrib/DS_Starter/49_SSCam.pm +++ b/fhem/contrib/DS_Starter/49_SSCam.pm @@ -8342,7 +8342,8 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay> There are more attributes must be set or can be used optionally.
At first the Credentials for access the Email outgoing server must be set by command "set <name> smtpcredentials <user> <password>". The connection establishment to the server is initially done unencrypted and switches to an encrypted connection if SSL - encryption is available. In that case the transmission of User/Password takes place encrypted too. + encryption is available. In that case the transmission of User/Password takes place encrypted too. + If attribute "smtpSSLPort" is defined, the established connection to the Email server will be encrypted immediately. Attributes which are optional are marked:

@@ -8878,6 +8880,13 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay>
+ +
  • smtpSSLPort <Port>
    + Optional setting of SSL port of outgoing email server (default: 465). If set, the established connection to the Email + server will be encrypted immediately. +
  • +
    +
  • smtpTo <name>@<domain>[, <name>@<domain>][, <name>@<domain>]...
    Receiving address for emal shipping. Several receiving addresses are separated by ",". @@ -9878,6 +9887,7 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay> Die Credentials für den Zugang zum Email-Server müssen mit dem Befehl "set <name> smtpcredentials <user> <password>" gesetzt werden. Der Verbindungsaufbau zum Postausgangsserver erfolgt initial unverschüsselt und wechselt zu einer verschlüsselten Verbindung wenn SSL zur Verfügung steht. In diesem Fall erfolgt auch die Übermittlung von User/Password verschlüsselt. + Ist das Attribut "smtpSSLPort" definiert, erfolgt der Verbindungsaufbau zum Email-Server sofort verschlüsselt. Optionale Attribute sind gekennzeichnet:

    @@ -10436,6 +10447,13 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay>

  • + +
  • smtpSSLPort <Port>
    + Optionale Angabe SSL Port des Postausgangsservers (default: 465). Ist dieses Attribut gesetzt, erfolgt die Verbindung zum + Email-Server sofort verschlüsselt. +
  • +
    +
  • smtpTo <name>@<domain>[, <name>@<domain>][, <name>@<domain>]...
    Empfängeradresse(n) für den Email-Versand. Mehrere Adressen müssen durch "," getrennt werden.