server
server copied to clipboard
[BUG] Notification inside Docker -- SendMail
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?
Good point, I guess we have to add some environment variables to configure the dockerfile.
@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.