disable email to support team when there are 2 and more limb strings now
This commit is contained in:
parent
15638f639c
commit
4073f84f32
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue