server icon indicating copy to clipboard operation
server copied to clipboard

[BUG] Notification inside Docker -- SendMail

Open darkiron71 opened this issue 2 years ago • 2 comments

Currently running Docker .14

We are attempting to use the notifications function inside the docker version. In the non-docker version the notification feature worked fine with send mail. What is the solution for the notifications to be able to send mail in the docker version. Does anything need to be configured differently?

darkiron71 avatar Jul 20 '23 21:07 darkiron71

Good point, I guess we have to add some environment variables to configure the dockerfile.

zyronix avatar Aug 22 '23 07:08 zyronix

@darkiron71 what tool/package did you use pre-docker to set up sending emails to a proper SMTP server? Just asking out of curiosity. In my case whenever I needed email, I used ssmtp as it was very simple to set up.

s3inlc avatar Aug 30 '23 08:08 s3inlc