I have a simple question regarding the Grafana Docker image available at Docker Hub
Is there an SMTP server already installed in this container ? I switched the GF_SMTP_ENABLED variable to “True” on Rancher, but now Grafana complains there is no SMTP server listening on localhost:25.
What am I doing wrong ? Should I instantiate a new “SMTP” container for this purpose ?
Yes as a matter of fact you can either use your existing SMTP or create a new one, SMTP duties are sending/receiving emails, as a design rule you should separate this duties from Grafana.