Searched refs:replyTos (Results 1 – 2 of 2) sorted by relevance
/web-master/include/ |
H A D | mailer.php | 24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument 31 foreach ($replyTos as $replyTo) {
|
/web-master/ |
H A D | github-webhook.php | 43 function send_mail($to, $subject, $message, MailAddress $from, array $replyTos = []) { argument 48 mailer($to, $subject, $message, $from, $replyTos);
|
Completed in 7 milliseconds