Compare commits
No commits in common. "18f30b9abb6a46e6e230fc9740366ebb9e8762fb" and "51407a7846d6d66040c0c0f367236a1921d126c1" have entirely different histories.
18f30b9abb
...
51407a7846
|
|
@ -152,8 +152,7 @@ public static class RabbitMqManager
|
||||||
$"Error created date and time: {alarm.Date} {alarm.Time}\n"+
|
$"Error created date and time: {alarm.Date} {alarm.Time}\n"+
|
||||||
$"\n"+
|
$"\n"+
|
||||||
$"Thank you for your great support:)";
|
$"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
|
//Create a new error and add it to the database
|
||||||
Db.HandleError(newError, installationId);
|
Db.HandleError(newError, installationId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue