diff --git a/csharp/App/Backend/Websockets/RabbitMQManager.cs b/csharp/App/Backend/Websockets/RabbitMQManager.cs index 32296a7b0..fcca8a036 100644 --- a/csharp/App/Backend/Websockets/RabbitMQManager.cs +++ b/csharp/App/Backend/Websockets/RabbitMQManager.cs @@ -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);