Home
last modified time | relevance | path

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

12

/external/e2fsprogs/scrub/
De2scrub_fail.in11 if ! type sendmail > /dev/null 2>&1; then
25 systemctl status --full --lines 4294967295 "e2scrub@${device}") | sendmail -t -i
/external/python/cpython3/Lib/test/
Dtest_smtplib.py312 smtp.sendmail('John', 'Sally', m)
328 smtp.sendmail('John', 'Sally', m)
343 smtp.sendmail('John', 'Sally', m)
357 smtp.sendmail('<>', 'Sally', m)
589 self.smtp.has_extn, self.smtp.sendmail = Mock(), Mock()
595 self.assertEqual(self.smtp.sendmail.call_args_list[0][0][3],
597 self.assertEqual(self.smtp.sendmail.call_args_list[1][0][3],
605 self.assertEqual(self.smtp.sendmail.call_args_list[0][0][3],
1045 smtp.sendmail('John', 'Sally', 'test message')
1054 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/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/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/cpython3/Doc/library/
Dsmtplib.rst44 :meth:`sendmail`, and :meth:`SMTP.quit` methods.
158 same sort as :meth:`SMTP.sendmail` returns.
254 It will be implicitly called by the :meth:`sendmail` when necessary.
270 :meth:`sendmail` when necessary.
422 .. method:: SMTP.sendmail(from_addr, to_addrs, msg, mail_options=(), rcpt_options=())
436 envelope used by the transport agents. ``sendmail`` does not modify the
496 This is a convenience method for calling :meth:`sendmail` with the message
498 the same meaning as for :meth:`sendmail`, except that *msg* is a ``Message``
515 calls :meth:`sendmail` to transmit the resulting message. Regardless of the
579 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.py788 def sendmail(self, from_addr, to_addrs, msg, mail_options=(), member in SMTP
966 return self.sendmail(from_addr, to_addrs, flatmsg, mail_options,
1115 server.sendmail(fromaddr, toaddrs, msg)
/external/toolchain-utils/cros_utils/
Demail_sender.py80 s.sendmail(email_from, email_to, msg.as_string())
/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/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/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/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/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/toolchain-utils/crb/
Dcrb_driver.py255 s.sendmail(me, [you], msg.as_string())
/external/iputils/
Dtftpd.c215 { "mail", validate_user, sendmail, recvmail, 1 },
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/
Dfind_interesting_reviews.py567 s.sendmail(email_msg['From'], email_msg['To'], email_msg.as_string())
/external/python/cpython2/Doc/tutorial/
Dstdlib.rst160 >>> server.sendmail('soothsayer@example.org', 'jcaesar@example.org',
/external/python/cpython2/Lib/test/
Dtest_smtplib.py230 smtp.sendmail('John', 'Sally', m)

12