if ($Address['PersonSalutation'][$Key] == 'Herr') {
                                                        $firstLetter = 'Sehr geehrter '.$Address['PersonSalutation'][$Key].' '.$LastName;
                                                        $secondLetter = 'Lieber '.$Address['PersonSalutation'][$Key].' '.$LastName;
                                                    } elseif ($Address['PersonSalutation'][$Key] == 'Frau') {
                                                        $firstLetter = 'Sehr geehrte '.$Address['PersonSalutation'][$Key].' '.$LastName;