diff --git a/src/backend/mail.config.json b/src/backend/mail.config.json
deleted file mode 100644
index 12582c74449743b89dd81c5177b6e7a1df9b7a9d..0000000000000000000000000000000000000000
--- a/src/backend/mail.config.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "enabled": false,
-  "transporter": {
-    "host": "smtp.gmail.com",
-    "port": 465,
-    "secure": true,
-    "auth": {
-      "user": "hicham.hamoumi.hh@gmail.com",
-      "pass": "hh098"
-    }
-  },
-  "devMode": {
-    "overrideTo": "hicham.hamoumi.hh@gmail.com"
-  }
-}