subject($this->prefix.$message->getSubject()); } $this->chillLogger->info('chill email sent', [ 'to' => array_map(static fn (Address $address) => $address->getAddress(), $message->getTo()), 'subject' => $message->getSubject(), ]); $this->initial->send($message, $envelope); } }