Coordinator & Mailer

This commit is contained in:
Fabio Salvini
2017-06-08 21:22:48 +02:00
parent f08e5f3e77
commit c7a9e6ccb5
8 changed files with 97 additions and 29 deletions

View File

@@ -1,3 +1,16 @@
[
{ log_monitor, []}
{ log_monitor,
[
{logfiles, ["/tmp/lines.log", "/tmp/lines2.log"]},
{email_config,
[
{sender, "me@example.com"},
{default_receiver, "salvini.fabio001@gmail.com"},
{relay, "smtp.fabiosalvinii.com"},
{username, "salvini.fabio001@gmail.com"},
{password, ""}
]
}
]
}
].