H A D | EmailService.php | 58 * @param UserInterface $to 66 …public function send(UserInterface $from, UserInterface $to, UserInterface $reply_to, string $subj… argument 69 … $message = $this->message($from, $to, $reply_to, $subject, $message_text, $message_html); 90 * @param UserInterface $to 98 …protected function message(UserInterface $from, UserInterface $to, UserInterface $reply_to, string… argument 107 ->to(new Address($to->email(), $to->realName()))
|