Searched refs:reply_to (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Services/ |
H A D | EmailService.php | 59 * @param UserInterface $reply_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); 91 * @param UserInterface $reply_to 98 …protected function message(UserInterface $from, UserInterface $to, UserInterface $reply_to, string… argument 108 ->replyTo(new Address($reply_to->email(), $reply_to->realName()))
|
/webtrees/app/Http/RequestHandlers/ |
H A D | RegisterAction.php | 143 $reply_to = $tree instanceof Tree ? new TreeUser($tree) : new SiteUser(); 156 $reply_to,
|