Index: /views/mailtemplates/kundenmail.phtml
===================================================================
--- /views/mailtemplates/kundenmail.phtml	(revision 7233)
+++ /views/mailtemplates/kundenmail.phtml	(revision 7234)
@@ -6,8 +6,11 @@
 
 	$this->htmlMail = false;
-
+	
+	$arPflicht = $this->loadPflichtFeldDaten();
+	$arTitle = explode('|', $arPflicht['anrede_auswahl']);
+		
 	//wpsg_debug($this->view);
 
-?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['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 __('vielen Dank fÃŒr Ihre Bestellung.', 'wpsg'); ?>
