Hi,
I’ve managed to setup a docker container in a VPS. The thing is missing is the mail support. In the config there are 2 entries regarding that:
"mail": {
"host" : "smtp",
"port" : 465,
"user" : "my@openhab.org",
"pass" : "123_openHAB"
},
"mailer": {
"host" : "smtp.openhab.org",
"port": 465,
"secureConnection": true,
"user": "my@openhab.org",
"password": "123_openHAB",
"from": "My openHAB <my@openhab.org>"
},
Using the my smtp details in both configs, doesn’t make the server send any emails, although there is the log:
ohcloud-app | 2020-05-27 12:46:27:2727 info: openHAB-cloud: Emulating sendEmail to xxxx@yyyy.zzz about Password recovery
Any thoughts of what might be the issue?
Thanks.