Created
August 2, 2017 15:23
-
-
Save kmonsoor/9d713f1578e12768d80a1ecaf8011bef to your computer and use it in GitHub Desktop.
Sample SMTP configuration for Grafana with Gapps account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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