body = $body; } public function build() { return $this->subject('Skinbase Test Mail')->html("

{$this->body}

"); } }