details = $details; } /** * Build the message. * * @return $this */ public function build() { return $this ->subject('Mail from www.tethys.at') ->view('emails.newUserEmail'); } }