/plugin/swiftmail/Swift/Plugin/ |
H A D | MailSend.php | 128 $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 D | RecipientList.php | 37 protected $bcc = array(); variable in Swift_RecipientList 207 return $this->bcc; 222 $this->bcc = null; 223 $this->bcc = array();
|
H A D | Message.php | 322 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 D | edit.php | 70 … 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 D | action.php | 2682 …$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 D | syntax.php | 980 …$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 D | admin.php | 35 if($INPUT->str('bcc')) $mail->bcc($INPUT->str('bcc'));
|
/plugin/task/ |
H A D | helper.php | 315 $bcc = $data['addresslist']; 316 if ((empty($bcc)) && (!$conf['notify'])) return; 338 mail_send($to, $subject, $text, $conf['mailfrom'], '', $bcc);
|
/plugin/recommend/helper/ |
H A D | mail.php | 27 $mailer->bcc($recipient);
|
/plugin/groupmail/ |
H A D | syntax.php | 302 private function send_mail ($to, $subject, $content, $from, $cc, $bcc) { argument 307 $mail->bcc($bcc);
|
H A D | README.textile | 68 p. the same mail options apply to cc and/or bcc
|
/plugin/dokumicrobugtracker/ |
H A D | edit.php | 46 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
|
H A D | syntax.php | 360 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
|
/plugin/structpublish/helper/ |
H A D | notify.php | 72 $mailer->bcc($recipients);
|
/plugin/infomail/ |
H A D | action.php | 201 $mailer->bcc($all_recipients);
|
/plugin/discussion/ |
H A D | action.php | 1269 $mailer->bcc($conf['notify']); 1302 $mailer->bcc(implode(',', $dests)); 1324 $mailer->bcc($to); 1333 $mailer->bcc($mail);
|
/plugin/blogtng/helper/ |
H A D | comments.php | 268 $mail->bcc($mails);
|
/plugin/jcapture/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/math/ |
H A D | MathJax.js | 19 …"},bg:{menuTitle:"\u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438"},bcc:{menuTitle:"\u0628\… class in MathJax.Localization.strings
|