Searched defs:from (Results 1 – 4 of 4) sorted by relevance
24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) {
86 $from = "\"$name\" <$email>"; variable
220 $from = $limitVotes + 1; variable330 $from = date('Y-m-d H:i:s', $row['from']); variable
43 function send_mail($to, $subject, $message, MailAddress $from, array $replyTos = []) {
Completed in 8 milliseconds