Compare commits

..

No commits in common. "18f30b9abb6a46e6e230fc9740366ebb9e8762fb" and "51407a7846d6d66040c0c0f367236a1921d126c1" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ public static class RabbitMqManager
$"Error created date and time: {alarm.Date} {alarm.Time}\n"+
$"\n"+
$"Thank you for your great support:)";
// Disable this function now
//Mailer.Send("InnovEnergy Support Team", recipient, subject, text);
Mailer.Send("InnovEnergy Support Team", recipient, subject, text);
}
//Create a new error and add it to the database
Db.HandleError(newError, installationId);