I am using the smtp but I am continuosly getting this error. Below are my configuratoin ```{"timesta...
a
I am using the smtp but I am continuosly getting this error. Below are my configuratoin
Copy code
{
  "timestamp": "2025-07-31T06:51:11.502301324Z",
  "level": "ERROR",
  "code": {
    "function": "<http://github.com/SigNoz/signoz/pkg/emailing/templatestore/filetemplatestore.NewStore|github.com/SigNoz/signoz/pkg/emailing/templatestore/filetemplatestore.NewStore>",
    "file": "/home/runner/work/signoz/signoz/pkg/emailing/templatestore/filetemplatestore/store.go",
    "line": 57
  },
  "msg": "some templates are missing",
  "logger": "<http://github.com/SigNoz/signoz/pkg/emailing/smtpemailing|github.com/SigNoz/signoz/pkg/emailing/smtpemailing>",
  "error": {
    "type": "not-found",
    "code": "not_found",
    "message": "missing email templates: invitation_email",
    "url": "",
    "additional": null
  }
}
Volumes: - ./email-templates/:/opt/signoz/conf/templates/email @Nagesh Bansal anyone can help me on that why i gettign this error, i am not receiving any emails
n
what version are you using @Alok Kumar?
a
I found the issue it was expecting the template with .gotmpl I was trying with html. Now I am looking for the variable to be used in the email template, I got few but for Role value I am not gettingt he variable. I tried {{.role}} {{.Role}} Is there a place I can get all the variables I am on 0.85.3
v