Skip to main content
Solved

Sending mail from Grafana

  • July 9, 2026
  • 4 replies
  • 47 views

Forum|alt.badge.img+1

Hi, 

We are running TD25R1-SU14 on-prem.

Grafana is installed, but not configured. 
How do we configure the mail server settings? 
Everything is inside POD’s, so I guess there must be a config file we can edit before deploying the middle-tier ?

This is normally set in grafana.ini - I have search all of the deployment for a file with that name, no luck. 

BR
Torben

Best answer by PhillBronson

@tertbsk ok, you should probably put in a ticket with IFS.

Or generate a webhook and paste it into a contact point...then enjoy the rest of your full day.

4 replies

PhillBronson
Hero (Customer)
Forum|alt.badge.img+13
  • Hero (Customer)
  • July 9, 2026

@tertbsk we used Grafanas’s IRM to send out alerts. This involves a pretty quick and straightforward process using webhooks. This will allow you to send emails, teams messages, and automated phone calls (probably alot more, but thats what we use).


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • July 10, 2026

Definitely a way to do it. I just fell it is relatively much work, when the mail option is already there, just not configured.

 


PhillBronson
Hero (Customer)
Forum|alt.badge.img+13
  • Hero (Customer)
  • Answer
  • July 10, 2026

@tertbsk ok, you should probably put in a ticket with IFS.

Or generate a webhook and paste it into a contact point...then enjoy the rest of your full day.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • July 14, 2026

Ifs suggests to edit grafana.ini in the pod. 

kubectl.exe exec <<grafana pod>> -n ifs-monitoring -i -t -- /bin/sh to get access and then edit the file.

I did not have a SMTP section, so created that and added the relevant settings for us. 

When done, restart the pod and you have mail enabled.