mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update creation e-mail
This commit is contained in:
parent
489875b6ed
commit
46e8d1d08e
@ -177,7 +177,7 @@ class TransactionCreation extends TransactionBase {
|
||||
$this->addError('TransactionCreation::sendNotificationEmail', 'to email is empty for user: ' . $receiverUser->id);
|
||||
return false;
|
||||
}
|
||||
$email->setFrom([$noReplyEmail => 'Nicht antworten'])
|
||||
$email->setFrom([$noReplyEmail => 'Gradido (nicht antworten)'])
|
||||
->setTo([$receiverUser->email => $receiverUser->getNames()])
|
||||
->setSubject(__('Gradido Schöpfung erhalten'))
|
||||
->send();
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
$this->assign('title', __('Gradido Schöpfung'));
|
||||
?><?= __('Hallo') ?> <?= $user->first_name ?> <?= $user->last_name ?>,
|
||||
|
||||
<?= __('Für dich wurden soeben {0} geschöpft.', $this->element('printGradido', ['number' => $gdd_cent, 'raw' => true])) ?>
|
||||
<?= __('für dich wurden soeben {0} geschöpft.', $this->element('printGradido', ['number' => $gdd_cent, 'raw' => true])) ?>
|
||||
Gradido Akademie schreibt:
|
||||
|
||||
<?= $memo ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user