mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
Email report (#11)
* Demo email report implementation * improved ssl mode * correct default option spelling and more fields to be hidden for not extended reports
This commit is contained in:
@ -25,6 +25,14 @@ target =
|
||||
[report]
|
||||
target =
|
||||
|
||||
[email]
|
||||
host = 0.0.0.0
|
||||
link_path =
|
||||
port = 587
|
||||
receivers = mail@example.com
|
||||
sender = mail@example.com
|
||||
template_path = ../web/templates/repo-index.jinja2
|
||||
|
||||
[html]
|
||||
path =
|
||||
homepage =
|
||||
|
Reference in New Issue
Block a user