Home
last modified time | relevance | path

Searched refs:sendmail (Results 1 – 25 of 42) sorted by relevance

12

/external/e2fsprogs/scrub/
De2scrub_fail.in8 if ! type sendmail > /dev/null 2>&1; then
38 systemctl status --full --lines 4294967295 "${service_name}") | sendmail -t -i
/external/python/cpython3/Lib/test/
Dtest_smtplib.py359 smtp.sendmail('John', 'Sally', m)
377 smtp.sendmail('John', 'Sally', m)
394 smtp.sendmail('John', 'Sally', m)
410 smtp.sendmail('<>', 'Sally', m)
663 self.smtp.has_extn, self.smtp.sendmail = Mock(), Mock()
669 self.assertEqual(self.smtp.sendmail.call_args_list[0][0][3],
671 self.assertEqual(self.smtp.sendmail.call_args_list[1][0][3],
679 self.assertEqual(self.smtp.sendmail.call_args_list[0][0][3],
1145 smtp.sendmail('John', 'Sally', 'test message')
1155 smtp.sendmail('John', 'Sally', 'test message')
[all …]
/external/python/cpython2/Doc/includes/
Demail-simple.py23 s.sendmail(me, [you], msg.as_string())
Demail-alternative.py47 s.sendmail(me, you, msg.as_string())
Demail-mime.py30 s.sendmail(me, family, msg.as_string())
Demail-dir.py109 s.sendmail(opts.sender, opts.recipients, composed)
/external/autotest/client/common_lib/
Dmail.py38 server.sendmail(from_address, to_addresses + cc_addresses, message.as_string())
Dmail_unittest.py33 def sendmail(self, from_address, to_address, message): member in SMTP
/external/python/cpython2/Doc/library/
Dsmtplib.rst39 :meth:`sendmail`, and :meth:`~smtplib.quit` methods.
114 same sort as :meth:`SMTP.sendmail` returns.
199 It will be implicitly called by the :meth:`sendmail` when necessary.
216 :meth:`sendmail` when necessary.
291 .. method:: SMTP.sendmail(from_addr, to_addrs, msg[, mail_options, rcpt_options])
394 server.sendmail(fromaddr, toaddrs, msg)
401 via :meth:`sendmail`; see :ref:`email-examples`.
/external/python/cpython3/Doc/library/
Dsmtplib.rst44 :meth:`sendmail`, and :meth:`SMTP.quit` methods.
174 same sort as :meth:`SMTP.sendmail` returns.
272 It will be implicitly called by the :meth:`sendmail` when necessary.
288 :meth:`sendmail` when necessary.
440 .. method:: SMTP.sendmail(from_addr, to_addrs, msg, mail_options=(), rcpt_options=())
454 envelope used by the transport agents. ``sendmail`` does not modify the
514 This is a convenience method for calling :meth:`sendmail` with the message
516 the same meaning as for :meth:`sendmail`, except that *msg* is a ``Message``
533 calls :meth:`sendmail` to transmit the resulting message. Regardless of the
597 server.sendmail(fromaddr, toaddrs, msg)
Demail.policy.rst78 file on disk and pass it to the system ``sendmail`` program on a Unix system:
100 >>> p = Popen(['sendmail', msg['To'].addresses[0]], stdin=PIPE)
115 ``sendmail's`` ``stdin``, where the default policy would use ``\n`` line
/external/python/cpython3/Lib/
Dsmtplib.py792 def sendmail(self, from_addr, to_addrs, msg, mail_options=(), member in SMTP
970 return self.sendmail(from_addr, to_addrs, flatmsg, mail_options,
1122 server.sendmail(fromaddr, toaddrs, msg)
/external/bcc/tools/
Dext4slower_example.txt24 06:35:01 cron 16545 R 128 0 14.76 sendmail
25 06:35:01 sendmail 16545 R 274 0 10.88 dynamicmaps.cf
/external/toolchain-utils/cros_utils/
Demail_sender.py190 s.sendmail(email_from, email_to, msg.as_string())
/external/python/cpython2/Lib/
Dsmtplib.py667 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in SMTP
883 server.sendmail(fromaddr, toaddrs, msg)
Dsmtpd.py367 refused = s.sendmail(mailfrom, rcpttos, data)
/external/python/cpython3/Doc/faq/
Dlibrary.rst739 server.sendmail(fromaddr, toaddrs, msg)
742 A Unix-only alternative uses sendmail. The location of the sendmail program
743 varies between systems; sometimes it is ``/usr/lib/sendmail``, sometimes
744 ``/usr/sbin/sendmail``. The sendmail manual page will help you out. Here's
749 SENDMAIL = "/usr/sbin/sendmail" # sendmail location
/external/python/cpython2/Doc/faq/
Dlibrary.rst719 server.sendmail(fromaddr, toaddrs, msg)
722 A Unix-only alternative uses sendmail. The location of the sendmail program
723 varies between systems; sometimes it is ``/usr/lib/sendmail``, sometimes
724 ``/usr/sbin/sendmail``. The sendmail manual page will help you out. Here's
729 SENDMAIL = "/usr/sbin/sendmail" # sendmail location
/external/llvm-project/clang/tools/scan-view/share/
DReporter.py139 s.sendmail(msg['From'], msg['To'], msg.as_string())
/external/clang/tools/scan-view/share/
DReporter.py136 s.sendmail(msg['From'], msg['To'], msg.as_string())
/external/toybox/toys/pending/
Dcrond.c475 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() function
519 sendmail(cfile, job); in count_running_jobs()
/external/rust/crates/ring/tests/
Ddigest_tests.txt172 Input = "The major problem is with sendmail. -Mark Horton"
/external/iputils/
Dtftpd.c215 { "mail", validate_user, sendmail, recvmail, 1 },
/external/libcap/
DMake.Rules144 # the environment for what became known as the sendmail-capabilities
/external/libwebsockets/READMEs/
DREADME.generic-sessions.md248 will usually be sendmail or postfix, you should confirm that works first by
251 lwsgs has been tested on stock Fedora sendmail and postfix.

12