diff --git a/templates/errorreport_mail.twig b/templates/errorreport_mail.twig
deleted file mode 100644
index e549912e288fa470373706a9f9bab25023d490a9..0000000000000000000000000000000000000000
--- a/templates/errorreport_mail.twig
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-    <title>SimpleSAMLphp Email report</title>
-    <style type="text/css">
-pre, div.box {
-        margin: .4em 2em .4em 1em;
-        padding: 4px;
-
-}
-pre {
-        background: #eee;
-        border: 1px solid #aaa;
-}
-div.container {
-        background: #fafafa;
-        border: 1px solid #eee;
-        margin: 2em;
-        padding: .6em;
-}
-    </style>
-</head>
-<body>
-<div class="container">
-{{ body }}
-</div>
-</body>
-</html>