Describe the bug
I use the fhem-docker minimal image and noticed that sending emails did not work anymore.
sendemail returned
NOTICE => Authentication not supported by the remote SMTP server!Jul 09 11:15:46 10035a7b7822 sendemail[23963]: ERROR => Received: 530 Authentication required
After checking on fhem cmd line i get the error
ERROR => No TLS support! SendEmail can't load required libraries. (try installing Net::SSLeay and IO::Socket::SSL)
I tried to use TLS with TLS=auto (first case) and TLS=yes (2nd case)
To Reproduce
Steps to reproduce the behavior:
- I use function DebianMail as described in https://wiki.fhem.de/wiki/E-Mail_senden in 99_myUtils.pm
- As described I tested with { DebianMail('adress@host.com','Test','Test-Text');; }
- Depending on the settings in sendemail line (-o tls=yes) I get the log message
Expected behavior
I am not sure if the additional libraries should be included in the image or added individually
Describe the bug
I use the fhem-docker minimal image and noticed that sending emails did not work anymore.
sendemail returned
NOTICE => Authentication not supported by the remote SMTP server!Jul 09 11:15:46 10035a7b7822 sendemail[23963]: ERROR => Received: 530 Authentication requiredAfter checking on fhem cmd line i get the error
ERROR => No TLS support! SendEmail can't load required libraries. (try installing Net::SSLeay and IO::Socket::SSL)I tried to use TLS with TLS=auto (first case) and TLS=yes (2nd case)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I am not sure if the additional libraries should be included in the image or added individually