diff --git a/registration-system/admin/pages_mail.php b/registration-system/admin/pages_mail.php
index b51e3f0d871bf036adae3137af151ad52520ab84..e95f7320727f5bcdf1c1b1b46536974415d794e6 100644
--- a/registration-system/admin/pages_mail.php
+++ b/registration-system/admin/pages_mail.php
@@ -205,8 +205,8 @@ else{
 
 $text .=  '<textarea style="height:300px; width:800px" id="mails">'.$dsa;
 foreach($mails as $mehl){
-    $text .=  "\"".$mehl['forname']." ".$mehl['sirname']."\" ".$mehl['mehl']."; ";
-    $ajax .=  "\"".$mehl['forname']." ".$mehl['sirname']."\" ".$mehl['mehl']."; ";
+    $text .=  $mehl['forname']." ".$mehl['sirname']." <".$mehl['mehl'].">; ";
+    $ajax .=  $mehl['forname']." ".$mehl['sirname']." <".$mehl['mehl'].">; ";
 }
 $text .=  '</textarea>';