$this->id, 'name' => $this->name, 'driver' => $this->driver, 'is_default' => $this->is_default, 'bcc' => $this->bcc, 'cc' => $this->cc, 'from_address' => $this->from_address, 'from_name' => $this->from_name, 'company_id' => $this->company_id, 'settings' => $this->settings ]; } }