Home
last modified time | relevance | path

Searched refs:message_html (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DEmailService.php62 * @param string $message_html
66 …ce $to, UserInterface $reply_to, string $subject, string $message_text, string $message_html): bool argument
69 … $message = $this->message($from, $to, $reply_to, $subject, $message_text, $message_html);
94 * @param string $message_html
98 …$to, UserInterface $reply_to, string $subject, string $message_text, string $message_html): Message argument
102 $message_html = str_replace("\n", "\r\n", $message_html);
109 ->html($message_html);