Guest User

Untitled

a guest
Dec 24th, 2017
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /usr/share/grafana/conf/defaults.ini
  2.  
  3.  
  4. [smtp]
  5.  
  6. enabled = true
  7.  
  8. host = smtp.gmail.com:587
  9.  
  10. user = Your_Email_Address@gmail.com
  11.  
  12. password = """Your_Password"""
  13.  
  14. cert_file =
  15.  
  16. key_file =
  17.  
  18. skip_verify = true
  19.  
  20. from_address = Your_Email_Address@gmail.com
  21.  
  22. from_name = Your_Name
  23.  
  24. ehlo_identity =
Add Comment
Please, Sign In to add comment