disable email to support team when there are 2 and more limb strings now

This commit is contained in:
Yinyin Liu 2024-07-11 09:31:56 +02:00
parent 15638f639c
commit 4073f84f32
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);