14 lines
435 B
INI
14 lines
435 B
INI
[smtp]
|
|
enabled = true
|
|
|
|
host = mail.gandi.net:587
|
|
user = nepasrepondre@jean-cloud.org
|
|
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
|
|
password = ZMTX9B6VgsVvdbXSzC7Zp4ASj6DU6q22Zi7KnjXtGYHE7WmJBM3pkhW9Rcdx
|
|
;skip_verify = false
|
|
from_address = nepasrepondre@jean-cloud.org
|
|
from_name = Grafana
|
|
# EHLO identity in SMTP dialog (defaults to instance_name)
|
|
;ehlo_identity = dashboard.example.com
|
|
|