Home
last modified time | relevance | path

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

/web-master/scripts/
H A Dconference_teaser24 $subject = (string)$item->category["term"];
25 if($subject == "conferences") {
26 $subject = "conference";
28 elseif($subject != "cfp") {
38 $STORE[$subject][$url] = $title;
H A Devent-weekly-email15 $subject = "Pending unapproved events notice";
27 mail('php-webmaster@lists.php.net', $subject, $message, $headers, "-fnoreply@php.net");
H A Drss_parser128 $headlines[$headlineid]['subject'] = $matches[1];
188 function GenerateRSSItem($href, $title, $text, $date, $subject, &$RSS) {
189 if($subject) {
190 $s = "\t<dc:subject>$subject</dc:subject>\n";
221 …hline['title'], $hline['text'], $hline['date'], isset($hline['subject']) ? $hline['subject'] : fal…
/web-master/
H A Dgithub-webhook.php38 $subject = sprintf('[%s][%s #%s] - %s', $repoName, $type, $issueNumber, $title);
40 return $subject;
43 function send_mail($to, $subject, $message, MailAddress $from, array $replyTos = []) { argument
45 $to, $from->name, $from->email, $subject, $message);
48 mailer($to, $subject, $message, $from, $replyTos);
/web-master/include/
H A Dmailer.php24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument
36 $mail->Subject = $subject;
H A Dfunctions.inc320 $subject = "Re: VCS Account Request: $userinfo[username]";
323 mail($to, $subject, $message, $headers, "-fnoreply@php.net");
345 $subject = "Re: VCS Account Request: $userinfo[username]";
351 …mail($to, $subject, $message,"From: PHP Group <group@php.net>\nIn-Reply-To: <cvs-account-$id@php.n…
/web-master/manage/
H A Duser-notes.php860 function note_mail_user($mailto, $subject, $message) argument
866 $subject,
888 function note_mail_on_action($user, $id, $subject, $body) argument
890 …mail(NOTES_MAIL, $subject, $body, "From: $user@php.net\r\nIn-Reply-To: <note-$id@php.net>", "-f{$u…

Completed in 19 milliseconds