Use group receivers when sending email, custom subject
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
[
|
||||
{sender, "log@monitor.com"},
|
||||
{default_receiver, "salvini.fabio001@gmail.com"},
|
||||
%% Subject of the email.
|
||||
%% Placeholders:
|
||||
%% %f: the full path of the log file (ex. /var/log/myapp.log).
|
||||
%% %F: the basename of the log file (ex. myapp).
|
||||
{subject, "[%F] Error notification"},
|
||||
{connection, [
|
||||
{relay, "smtp.fabiosalvinii.com"},
|
||||
{username, "salvini.fabio001@gmail.com"},
|
||||
|
||||
Reference in New Issue
Block a user