Aggregates/Emailer.cs
Method SendChangeNotification
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static void SendChangeNotification(DateTime cutoff, List<String> recipients, string title, string message)
{
Syslog.Initialize("logs2.papertrailapp.com", 10236);
Syslog.Info("SendChangeNotification");
Syslog.Info($"apikey: {apiKey}");