NEWS
Email versand aus Blockly: Sporadisch Log: "Error undefined"
-
Folgendes tritt sporadisch auf, und es wird keine Email versandt
javascript.0 2024-02-02 12:02:23.144 info script.js.Solltemperatur_Arbeitszimmer: Thermostat communication recovery email.0 2024-02-02 12:02:23.146 info Send email: {"text":"Thermostat lebt wieder, 02.02.24 12:02:23\nNicht erreichbar für 0:14:35","to":"xxxxxxxxxxxxxxxxx,"subject":"Thermostat lebt wieder, 02.02.24 ","from":"xxxxxxxxxxxxxxxxxxx"} javascript.0 2024-02-02 12:02:23.164 info script.js.Solltemperatur_Arbeitszimmer: Setze Solltemperatur "Tag" email.0 2024-02-02 12:02:23.337 error Error undefined
Finde ich schon etwas unspezifisch, die Fehlermeldung ...
Kann jemand etwas damit anfangen?Hier der Beginn des Blockly, das die Mail auslöst:
EDIT:
Habe diesen Issue gefunden
https://github.com/iobroker-community-adapters/ioBroker.email/issues/202
email dispatch does not work if a mail server is configured in the adapter config without specifying user and password.
On the same host, sending e-mails via shell and mailutils works with the same settings without user and password.
config (anonymized):
transport: smtp
service: User defined
host: smtp.relay.local
port: 25
user: empty
password: emptyPasst aber nicht - " if a mail server is configured in the adapter config without specifying user and password."
Ist bei mir beides "specified"
Könnte das vielleicht daran liegen, dass der o2 Mailserver Schluckauf hatte?