diff --git a/app/Jobs/ProcessSendEveMailJob.php b/app/Jobs/ProcessSendEveMailJob.php index f6733baf7..530de1b5d 100644 --- a/app/Jobs/ProcessSendEveMailJob.php +++ b/app/Jobs/ProcessSendEveMailJob.php @@ -92,7 +92,7 @@ class ProcessSendEveMailJob implements ShouldQueue 'approved_cost' => 100, 'body' => $this->body, 'recipients' => [[ - 'recipient_id' => (int)92626011, + 'recipient_id' => $this->recipient, 'recipient_type' => $this->recipient_type, ]], 'subject' => $this->subject,