Searched refs:subject (Results 1 – 7 of 7) sorted by relevance
/web-master/scripts/ |
H A D | conference_teaser | 24 $subject = (string)$item->category["term"]; 25 if($subject == "conferences") { 26 $subject = "conference"; 28 elseif($subject != "cfp") { 38 $STORE[$subject][$url] = $title;
|
H A D | event-weekly-email | 15 $subject = "Pending unapproved events notice"; 27 mail('php-webmaster@lists.php.net', $subject, $message, $headers, "-fnoreply@php.net");
|
H A D | rss_parser | 128 $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 D | github-webhook.php | 38 $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 D | mailer.php | 24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument 36 $mail->Subject = $subject;
|
H A D | functions.inc | 320 $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 D | user-notes.php | 860 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 33 milliseconds