Hello!
I would like to send an eMail out of OH3.
Whenever I trigger the very simple rule - completely striped to the basics - I‘m receiving the following error messages:
2022-05-30 21:37:15.715 [WARN ] [ab.binding.mail.internal.SMTPHandler] - javax.mail.MessagingException: IOException while sending message;
nested exception is:
javax.activation.UnsupportedDataTypeException: text/plain; charset=UTF-8
The stripped rule:
var mailActions = getActions("mail","mail:smtp:ef46799f24")
var success = mailActions.sendMail("andreas@xxx.xx", "Test", "Hallo")