Commit Graph

13 Commits (6c12aee9752a6f879d9d2a4c8905c8b340c81570)

Author SHA1 Message Date
Fabrizio Steiner e1ead2f46f Made the notification level flag global for all notification types. 7 years ago
ubergesundheit fd7f8a40ed add slackrus slack notifications 7 years ago
ubergesundheit d989254b1a change upper case S in sirupsen to lower case to avoid build error 7 years ago
Fabrizio Steiner 09f047ab8b Send mails that correspond to RFC2045 with a base64 line limit of 76 characters. 7 years ago
Fabrizio Steiner 28dff65282 mail: only authenticate if user has been set. 7 years ago
Fabrizio Steiner 5463256aa2 Possibility to disable the TLS verify for sending mails. 7 years ago
fomk 462760fa7d
Update email.go
Changed date format to RFC1123Z
7 years ago
fomk 23275d44a2
Update email.go
Added Date header
7 years ago
stffabi 2cfbebb0e9
Merge pull request #136 from v2tec/smtp-port-configurable
SMTP port configurable
7 years ago
Fabrizio Steiner c463241bc7 SMTP port configurable through `notification-email-server-port`. Defaults to 25. 7 years ago
Fabrizio Steiner a23f49f444 Do not send an email notification when no messages have been logged. 7 years ago
Rodrigo Damazio Bovendorp d8586e79ca Fixing function documentation 7 years ago
Rodrigo Damazio Bovendorp 5adb143f62 Adding basic (but flexible) notification system which hooks into logrus.
This only adds e-mail notifications, but others could be easily done. In
many cases, adding another existing logrus hook will be sufficient.
7 years ago