add test batches
This commit is contained in:
@@ -7,7 +7,6 @@ use App\Services\EmailService;
|
||||
class BroadcastEmailDispatchService
|
||||
{
|
||||
private EmailService $mailer;
|
||||
|
||||
private BroadcastEmailComposerService $composer;
|
||||
|
||||
public function __construct(EmailService $mailer, BroadcastEmailComposerService $composer)
|
||||
@@ -31,7 +30,7 @@ class BroadcastEmailDispatchService
|
||||
|
||||
$ok = $this->mailer->send(
|
||||
$payload['test_email'],
|
||||
'[TEST] '.$payload['subject'],
|
||||
'[TEST] ' . $payload['subject'],
|
||||
$html,
|
||||
$payload['from_key']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user