Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
09c45eced6
|
@ -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