Home
last modified time | relevance | path

Searched refs:mail_to (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mass_mailing/wizard/
H A Dmail_compose_message.py63 mail_to = tools.email_normalize(mail_values['email_to'])
66 mail_to = tools.email_normalize(partners_email.get(partner_id))
67 … if (opt_out_list and mail_to in opt_out_list) or (seen_list and mail_to in seen_list) \
68 or (not mail_to or not email_re.findall(mail_to)):
72 seen_list.add(mail_to)
78 'email': mail_to or mail_values.get('email_to'),
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dsmtp.php47 function smtpmail($mail_to, $subject, $message, $headers = '') argument
149 $mail_to = (trim($mail_to) == '') ? 'Undisclosed-recipients:;' : trim($mail_to);
150 if (preg_match('#[^ ]+\@[^ ]+#', $mail_to))
152 fputs($socket, "RCPT TO: <$mail_to>\r\n");
191 fputs($socket, "To: $mail_to\r\n");
/dports/www/phpbb/phpBB2/includes/
H A Dsmtp.php47 function smtpmail($mail_to, $subject, $message, $headers = '') argument
149 $mail_to = (trim($mail_to) == '') ? 'Undisclosed-recipients:;' : trim($mail_to);
150 if (preg_match('#[^ ]+\@[^ ]+#', $mail_to))
152 fputs($socket, "RCPT TO: <$mail_to>\r\n");
191 fputs($socket, "To: $mail_to\r\n");
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dfaxrec.c47 char * mail_to ));
136 void faxrec _P6((spool_in, switchbd, uid, gid, mode, mail_to),
138 int uid, int gid, int mode, char * mail_to)
167 if ( mail_to != NULL && strlen(mail_to) != 0 )
168 fax_notify_mail( pagenum, ppagenum, mail_to );
184 void fax_notify_mail _P3( (pagenum, ppagenum, mail_to),
185 int pagenum, int ppagenum, char * mail_to )
193 lprintf( L_NOISE, "fax_notify_mail: sending mail to: %s", mail_to );
195 sprintf( buf, "%s %s >/dev/null 2>&1", MAILER, mail_to );
207 fprintf( pipe_fp, "To: %s\n", mail_to );
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dsend.py40 format, no_bundle, no_patch, output, from_, mail_to, message, body, argument
50 if mail_to is None:
51 mail_to = config_stack.get('submit_to')
86 if mail_to is None or format is None:
87 if mail_to is None:
88 mail_to = submit_branch.get_config_stack().get(
132 directive.compose_merge_request(mail_client, mail_to, body,
/dports/net/samba412/samba-4.12.15/examples/scripts/vfs/virusfilter/
H A Dvirusfilter-notify.ksh65 mail_to=""
126 mail_to="${mail_to:+$mail_to, }$1"; shift
207 To: $mail_to
273 if [ -n "$mail_to" ]; then
/dports/ftp/py-pycurl/pycurl-7.44.1/examples/
H A Dsmtp.py17 mail_to = 'addressee@example.net' variable
22 c.setopt(c.MAIL_RCPT, [mail_to])
30 ''' % (mail_from, mail_to)
/dports/news/fidogate4/fidogate-4.4.10/src/gate/
H A Dftn2rfc.c747 BUF_APPEND(mail_to, "@"); in unpack()
755 BUF_COPY(mail_to, a->username); in unpack()
759 BUF_COPY(mail_to, addr_to.user); in unpack()
788 BUF_COPY(x_orig_to, mail_to); in unpack()
846 if( strchr(mail_to, '@') || strchr(mail_to, '%') || in unpack()
875 !strchr(mail_to, '@') && !strchr(mail_to, '%') && in unpack()
876 !strchr(mail_to, '!') ) in unpack()
892 BUF_APPEND(mail_to, "@"); in unpack()
895 BUF_APPEND(mail_to, addr_to.addr); in unpack()
898 BUF_APPEND(mail_to, cf_fqdn()); in unpack()
[all …]
/dports/irc/anope/anope-2.0.9/src/
H A Dmail.cpp16 …Block("mail")->Get<const Anope::string>("sendmailpath")), send_from(sf), mail_to(mailto), addr(a),… in Message()
23 Log(LOG_NORMAL, "mail") << "Successfully delivered mail for " << mail_to << " (" << addr << ")"; in ~Message()
25 Log(LOG_NORMAL, "mail") << "Error delivering mail for " << mail_to << " (" << addr << ")"; in ~Message()
40 fprintf(pipe, "To: %s <%s>\n", mail_to.c_str(), addr.c_str()); in Run()
42 fprintf(pipe, "To: \"%s\" <%s>\n", mail_to.c_str(), addr.c_str()); in Run()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/controller/default/templates/
H A Derror404Success.php15 … this page from another part of this site, please email us at <?php echo mail_to('[email]') ?> so …
18 …er sites can sometimes be outdated or misspelled. Email us at <?php echo mail_to('[email]') ?> whe…
/dports/mail/rspamd-devel/rspamd-93430bb/src/plugins/lua/
H A Dmetadata_exporter.lua40 mail_to = 'postmaster@localhost',
169 local mail_rcpt = rule.mail_to or settings.mail_to
204 meta.mail_to = table.concat(display_emails, ', ')
324 recipients = extra.mail_targets or rule.mail_to or settings.mail_to,
407 if settings.smtp and settings.mail_to then
484 if not (settings.mail_to and settings.smtp) then
490 r.mail_to = settings.mail_to
/dports/mail/rspamd/rspamd-3.1/src/plugins/lua/
H A Dmetadata_exporter.lua40 mail_to = 'postmaster@localhost',
169 local mail_rcpt = rule.mail_to or settings.mail_to
204 meta.mail_to = table.concat(display_emails, ', ')
324 recipients = extra.mail_targets or rule.mail_to or settings.mail_to,
407 if settings.smtp and settings.mail_to then
484 if not (settings.mail_to and settings.smtp) then
490 r.mail_to = settings.mail_to
/dports/mail/nocc/nocc-1.9.10/
H A Dsend.php24 $mail_to = NOCC_Request::getStringValue('mail_to'); variable
42 $send_backup['mail_to']=$mail_to;
117 $mail_to=""; variable
153 $mail->to = cut_address(trim($mail_to), 'UTF-8');
166 $all_to=$mail_to.";".$mail_cc.";".$mail_bcc;
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/gate/
H A Dftn2rfc.c1048 BUF_APPEND(mail_to, ">"); in unpack()
1055 BUF_COPY(mail_to, addr_to.user); in unpack()
1086 BUF_COPY(x_orig_to, mail_to); in unpack()
1146 if (strchr(mail_to, '@') || strchr(mail_to, '%') || in unpack()
1147 strchr(mail_to, '!')) { in unpack()
1173 !strchr(mail_to, '@') && !strchr(mail_to, '%') && in unpack()
1174 !strchr(mail_to, '!')) { in unpack()
1190 BUF_APPEND(mail_to, "@"); in unpack()
1193 BUF_APPEND(mail_to, addr_to.addr); in unpack()
1196 BUF_APPEND(mail_to, cf_fqdn()); in unpack()
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/contrib/
H A Dmysqld-watcher.pl28 my $mail_to = "root";
103 sendEmail($mail_from, $mail_to, "long running MySQL thread(s) killed", $message);
/dports/devel/bugzilla44/bugzilla-4.4.13/contrib/
H A Dmysqld-watcher.pl26 my $mail_to = "root";
101 sendEmail($mail_from, $mail_to, "long running MySQL thread(s) killed", $message);
/dports/news/tin/tin-2.4.5/src/
H A Dpgp.c131 static void do_pgp(t_function what, const char *file, const char *mail_to);
243 const char *mail_to) in do_pgp() argument
247 const char *mailto = BlankIfNull(mail_to); in do_pgp()
348 char *mail_to) in invoke_pgp_mail() argument
376 do_pgp(func, nam, mail_to); in invoke_pgp_mail()
380 do_pgp(func, nam, mail_to); in invoke_pgp_mail()
/dports/chinese/tin/tin-2.4.5/src/
H A Dpgp.c131 static void do_pgp(t_function what, const char *file, const char *mail_to);
243 const char *mail_to) in do_pgp() argument
247 const char *mailto = BlankIfNull(mail_to); in do_pgp()
348 char *mail_to) in invoke_pgp_mail() argument
376 do_pgp(func, nam, mail_to); in invoke_pgp_mail()
380 do_pgp(func, nam, mail_to); in invoke_pgp_mail()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/mailers/emails/
H A Din_product_marketing.rb21 mail_to(to: email, subject: @message.subject_line)
26 def mail_to(to:, subject:) method
/dports/mail/ask/ask-2.5.3/
H A Daskremote.py569 mail_to = self.config.rc_mymails[0]
626 """ % (mail_to, mail_to, mail_to, mail_to)
637 aMail.mailfrom = mail_to
640 mailto = mail_to,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/invites/
H A Dshow.html.haml25 - mail_to_invite_email = mail_to(@member.invite_email)
26 - mail_to_current_user = mail_to(current_user.email)
/dports/comms/mgetty+sendfax/mgetty-1.1.37/fax/
H A Dfaxspool.in439 mail_to=""
525 mail_to="$2"
969 [ -z "$mail_to" ] || \
970 $echo "mail $mail_to" >>$job.q
/dports/mail/nocc/nocc-1.9.10/html/
H A Dsend.php58 …o" id="mail_to" size="60" value="<?php echo (isset($mail_to) ? stripslashes(htmlspecialchars($mail…
/dports/devel/cvs-devel/cvs-1.12.13/contrib/
H A Dlog_accum.in493 local($mail_to);
501 $mail_to = join(", ", @{$addr_list});
503 print "Mailing the commit message to $mail_to (from $MAIL_FROM)\n";
511 print MAIL "To: $mail_to\n";
/dports/mail/sentinel/sentinel-1.7b/contrib/sentinel-logs/
H A Dsentinel-logs191 $mail_to="";
218 { $mail_to=substr($line,4,1000); }
229 …$quarantines{$mail_msgid}="date=$mail_date|:|from=$mail_from|:|to=$mail_to|:|subject=$mail_subject…

12345678910>>...14