You can easily create a temporary User instance with the email address.
(new User)->forceFill([ 'name' => 'Their name', 'email' => 'email@example.com', ])->notify(new MailMessage);Copy