add skip verify to mail config
This commit is contained in:
parent
ff2b85592b
commit
071ba4cfc5
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
|||
password = secret "grafana_smtp_pass";
|
||||
user = "grafana@orbit.moonythm.dev";
|
||||
from_address = user;
|
||||
skip_verify = true;
|
||||
};
|
||||
# }}}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue