Skip to content
Snippets Groups Projects
Commit 2763a7c5 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Review fixes

parent 1dce6fd6
No related branches found
No related tags found
1 merge request!3New version 4 1
......@@ -55,6 +55,7 @@ class SendMailCommandController extends CommandController {
*/
public function runSendMailsCommand($sendCount = 50) {
$mailsToSend = $this->mailRepository->findMailsToSend($sendCount);
foreach ($mailsToSend as $mailToSend) {
/** @var Mail $mailToSend */
$fromAddress = $mailToSend->getFromAddress();
......
......@@ -160,7 +160,7 @@
<source>Send now</source>
</trans-unit>
<trans-unit id="backend.send_test">
<source>Save and send preview</source>
<source>Save and send preview mails</source>
</trans-unit>
<trans-unit id="backend.sending_time">
<source>Sending Time</source>
......@@ -178,7 +178,7 @@
<source>Successfully saved!</source>
</trans-unit>
<trans-unit id="backend.success_mail">
<source>Preview Email sent</source>
<source>Preview Emails sent</source>
</trans-unit>
<trans-unit id="backend.success_mail_queue">
<source>Email succesfully sent</source>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment