Index: /views/mailtemplates/status.phtml
===================================================================
--- /views/mailtemplates/status.phtml	(revision 7235)
+++ /views/mailtemplates/status.phtml	(revision 7236)
@@ -6,7 +6,10 @@
 
 	$this->htmlMail = false;
+	
+	$arPflicht = $this->loadPflichtFeldDaten();
+	$arTitle = explode('|', $arPflicht['anrede_auswahl']);
 
-?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['kunde']['vname'], $this->view['kunde']['name']); ?> 
-  
+?><?php echo wpsg_translate(__('Hallo #1# #2# #3#,', 'wpsg'), @$arTitle[$this->view['basket']['checkout']['title']], $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['name']); ?>
+ 
 <?php echo wpsg_translate(
 	__('Der Status Ihrer Bestellung mit der Bestellnummer #1# hat sich von "#2#" auf "#3#" geÃ€ndert.', 'wpsg'), 
