diff --git a/community_server/src/Template/Email/text/notification_transfer.ctp b/community_server/src/Template/Email/text/notification_transfer.ctp index 155304c2c..05df9695d 100644 --- a/community_server/src/Template/Email/text/notification_transfer.ctp +++ b/community_server/src/Template/Email/text/notification_transfer.ctp @@ -8,14 +8,19 @@ $this->assign('title', __('Gradido Überweisung')); $receiverNames = $receiverUser->first_name . ' ' . $receiverUser->last_name; $senderNames = $senderUser->first_name . ' ' . $senderUser->last_name; +$senderNamesEmail = $senderUser->getEmailWithName(); ?> , -element('printGradido', ['number' => $gdd_cent, 'raw' => true]), $senderNames) ?> +element('printGradido', ['number' => $gdd_cent, 'raw' => true]), $senderNamesEmail) ?> + + +email ?> + Gradido Community Server \ No newline at end of file