Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 20 of 20) sorted by relevance

/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php128 $bcc = array();
129 foreach ($recipients->getBcc() as $addr) $bcc[] = $addr->build();
130 if (!empty($bcc)) $message->headers->set("Bcc", $bcc);
131 $bcc = null;
/plugin/swiftmail/Swift/
H A DRecipientList.php37 protected $bcc = array(); variable in Swift_RecipientList
207 return $this->bcc;
222 $this->bcc = null;
223 $this->bcc = array();
H A DMessage.php322 public function setBcc($bcc) argument
324 if ($bcc)
326 if (!is_array($bcc)) $bcc = array($bcc);
327 foreach ($bcc as $key => $value)
329 if ($value instanceof Swift_Address) $bcc[$key] = $value->build();
332 $this->headers->set("Bcc", $bcc);
342 $bcc = $this->headers->get("Bcc");
343 if ($bcc == "") return array();
344 else return (array) $bcc;
/plugin/issuetracker/
H A Dedit.php70 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
73 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
118 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null);
121 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
152 $header .= mail_encode_address($bcc,'Bcc');
H A Daction.php2682 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2685 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2747 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2750 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2820 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2823 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2870 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2873 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2884 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
2906 $header .= mail_encode_address($bcc,'Bcc');
H A Dsyntax.php980 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
983 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
996 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
1017 $header .= mail_encode_address($bcc,'Bcc');
/plugin/smtp/
H A Dadmin.php35 if($INPUT->str('bcc')) $mail->bcc($INPUT->str('bcc'));
/plugin/task/
H A Dhelper.php315 $bcc = $data['addresslist'];
316 if ((empty($bcc)) && (!$conf['notify'])) return;
338 mail_send($to, $subject, $text, $conf['mailfrom'], '', $bcc);
/plugin/recommend/helper/
H A Dmail.php27 $mailer->bcc($recipient);
/plugin/groupmail/
H A Dsyntax.php302 private function send_mail ($to, $subject, $content, $from, $cc, $bcc) { argument
307 $mail->bcc($bcc);
H A DREADME.textile68 p. the same mail options apply to cc and/or bcc
/plugin/dokumicrobugtracker/
H A Dedit.php46 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
H A Dsyntax.php360 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
/plugin/structpublish/helper/
H A Dnotify.php72 $mailer->bcc($recipients);
/plugin/infomail/
H A Daction.php201 $mailer->bcc($all_recipients);
/plugin/discussion/
H A Daction.php1269 $mailer->bcc($conf['notify']);
1302 $mailer->bcc(implode(',', $dests));
1324 $mailer->bcc($to);
1333 $mailer->bcc($mail);
/plugin/blogtng/helper/
H A Dcomments.php268 $mail->bcc($mails);
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/math/
H A DMathJax.js19 …"},bg:{menuTitle:"\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438"},bcc:{menuTitle:"\u0628\… class in MathJax.Localization.strings