Home
last modified time | relevance | path

Searched refs:mail (Results 126 – 150 of 716) sorted by path

12345678910>>...29

/plugin/bureaucracy-au/helper/
H A Dactionmail.php27 $mail = new Mailer();
59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
63 $replyto = $mail->cleanAddress($this->replyto);
64 $mail->setHeader('Reply-To', $replyto, false);
69 $to = $mail->cleanAddress($to);
70 $mail->to($to);
73 $mail->from($conf['mailfrom']);
77 $mail->subject($this->subject);
79 if(!$mail->send()) {
90 * @param Mailer $mail
[all …]
/plugin/bureaucracy/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/bureaucracy/helper/
H A Dactionmail.php27 $mail = new Mailer();
65 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
69 $replyto = $mail->cleanAddress($this->replyto);
70 $mail->setHeader('Reply-To', $replyto, false);
75 $to = $mail->cleanAddress($to);
76 $mail->to($to);
79 $mail->from($conf['mailfrom']);
83 $mail->subject($this->subject);
85 if(!$mail->send()) {
99 * @param Mailer $mail
[all …]
/plugin/bureaucracyau/helper/
H A Dactionmail.php27 $mail = new Mailer();
59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
63 $replyto = $mail->cleanAddress($this->replyto);
64 $mail->setHeader('Reply-To', $replyto, false);
69 $to = $mail->cleanAddress($to);
70 $mail->to($to);
73 $mail->from($conf['mailfrom']);
77 $mail->subject($this->subject);
79 if(!$mail->send()) {
90 * @param Mailer $mail
[all …]
/plugin/button/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/caption/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/charter/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
/plugin/chat/
H A Dlocal.php.dist6 $conf['chat']['linkemail'] = false; // link usernames with e-mail addresses
8 $conf['chat']['emailrequired'] = false; // must provide a e-mail address
/plugin/cite/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/ckgdoku/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/ckgdoku/ckeditor/
H A Dcontents-default.css336 a.mail {
H A Dcontents.css1mail,a.mediafile,a.interwiki{background-repeat:no-repeat;background-position:0 center;padding:0 0 …
H A Dcontents.css.unc287 a.mail,
375 a.mail {
554 a.mail,
559 a.mail:visited,
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified444 noEmail: "Please type the e-mail address",
469 toEmail: "E-mail",
H A Den.js.unc5mail address","noUrl":"Please type the link URL","other":"<other>","popupDependent":"Dependent (Ne…
H A Dfr.js.unc355 "typeEmail": "E-mail",
454 "noEmail": "Veuillez entrer l'adresse e-mail",
479 "toEmail": "E-mail",
H A Dlang_array.txt448 "noEmail": "Please type the e-mail address",
473 "toEmail": "E-mail",
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1255 // Build the e-mail parameters first.
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc38 …var mail = '&mdash; <i><a href="mailto:' + email+'">' + user_name +'</a> ' + date_str +'</i>&mdash…
42 editor.insertHtml(mail);
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc68 * 'yes', 'heart', 'broken heart', 'kiss', 'mail'
84 'yes', 'heart', 'broken heart', 'kiss', 'mail'
/plugin/ckgedit/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc19358 …decision;angry;angel;cool;devil;crying;enlightened;no;yes;heart;broken heart;kiss;mail".split(";");
H A Dcontents-default.css336 a.mail {
H A Dcontents.css1mail,a.mediafile,a.interwiki{background-repeat:no-repeat;background-position:0 center;padding:0 0 …
H A Dcontents.css.unc284 a.mail,
372 a.mail {
551 a.mail,
556 a.mail:visited,

12345678910>>...29