diff --git a/routes/public.ts b/routes/public.ts
index 8fe48b933f9703e9f081ac4878885e014f5c1d46..9f57ad1592f7141fdd52628bdc41f2a7530bddb9 100644
--- a/routes/public.ts
+++ b/routes/public.ts
@@ -278,7 +278,7 @@ export = function (app:any, config:any, lang:string) {
         let inputName = req.body.name;
         let inputContent = req.body.message;
         let emailSubject = "Ihre Anfrage an das Transferportal";
-        let emailContent = "Es wurde eine Anfrage an das Transferportal gestellt: \n\n NAME: " + inputName + "\n NACHRICHT:\n "+ inputContent;
+        let emailContent = "<div>Es wurde eine Anfrage an das Transferportal gestellt: <br/><br/>NAME: " + inputName + "<br/>NACHRICHT: "+ inputContent+"</div>";
         async.waterfall([
           function(done:any) {
             // send email