Compare commits
2 Commits
51407a7846
...
18f30b9abb
Author | SHA1 | Date |
---|---|---|
|
18f30b9abb | |
|
4073f84f32 |
|
@ -152,7 +152,8 @@ 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:)";
|
||||||
Mailer.Send("InnovEnergy Support Team", recipient, subject, text);
|
// Disable this function now
|
||||||
|
//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