Skip to content

Instantly share code, notes, and snippets.

@kmonsoor
Created August 2, 2017 15:23
Show Gist options
  • Save kmonsoor/9d713f1578e12768d80a1ecaf8011bef to your computer and use it in GitHub Desktop.
Save kmonsoor/9d713f1578e12768d80a1ecaf8011bef to your computer and use it in GitHub Desktop.
Sample SMTP configuration for Grafana with Gapps account
#### other settings ...
[smtp]
enabled = true
host = smtp.gmail.com:465
user = [email protected]
password = """PASSWORD"""
from_address = [email protected]
from_name = Grafana Bot
;cert_file =
;key_file =
;skip_verify = false
#### other settings ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment