subject(__('domains/system/notifications.excel.import_email.subject')) ->line(__('domains/system/notifications.excel.import_email.intro')) ->line(__('domains/system/notifications.excel.import_email.body')) ->line(__('domains/system/notifications.excel.import_email.outro')) ->render(); return new Content( htmlString: $message, ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }