Merge remote-tracking branch 'origin/main'

This commit is contained in:
atef 2024-07-11 11:46:09 +02:00
commit 09c45eced6
1 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,8 @@ public static class RabbitMqManager
$"Error created date and time: {alarm.Date} {alarm.Time}\n"+
$"\n"+
$"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
Db.HandleError(newError, installationId);