A plug-in for Seq that sends HTML email over SMTP. The digest email app sends multiple events in each email.
Important
Datalust recommends using Seq.App.Mail.Smtp
in conjunction with Alerts to manage bundling of multiple notifications into a single email. In the alert's notification settings, use Include contributing events to send a summary of the individual events grouped into an alert.
The digest email app is distributed as Seq.App.DigestEmail on NuGet.
Follow the instructions for configuring the non-batched email app, but substitute the app name Seq.App.DigestEmail.
In the email template, the batch of events is in the {{$Events}}
variable. You can view the default email template in this repository.
The digest email app is based on the Seq.App.EmailPlus codebase. Thanks to @kll for the original pull request that drove the creation of this app.