Home
last modified time | relevance | path

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

/web-master/include/
H A Dmailer.php24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument
31 foreach ($replyTos as $replyTo) {
/web-master/
H A Dgithub-webhook.php43 function send_mail($to, $subject, $message, MailAddress $from, array $replyTos = []) { argument
48 mailer($to, $subject, $message, $from, $replyTos);

Completed in 9 milliseconds