Is there a kind soul who has managed to get Rundeck to send email notifications using office365? Especially running Rundeck in docker-compose?
I have these settings:
- RUNDECK_MAIL_SMTP_HOST=smtp.office365.com
- RUNDECK_MAIL_SMTP_PORT=587
- RUNDECK_MAIL_SMTP_USERNAME=some_a...@mycompany.com
- RUNDECK_MAIL_SMTP_PASSWORD=some_password
- RUNDECK_MAIL_FROM=
some_a...@mycompany.com
- RUNDECK_MAIL_PROPS=[mail.smtp.starttls.enable:true, mail.smtp.port:587, mail.smtp.auth:true, mail.smtp.starttls.required:true]
...and I keep on getting that dreaded:
I have asked this before and I have implemented the suggestions I got, to no avail. However they were not settings that had been proven successful, just the typical settings that one would only expect to work and are listed in the docs.
Thanks for any pointers.