/external/python/cpython2/Doc/includes/ |
D | email-simple.py | 23 s.sendmail(me, [you], msg.as_string())
|
D | email-alternative.py | 47 s.sendmail(me, you, msg.as_string())
|
D | email-mime.py | 30 s.sendmail(me, family, msg.as_string())
|
D | email-dir.py | 109 s.sendmail(opts.sender, opts.recipients, composed)
|
/external/autotest/client/common_lib/ |
D | mail.py | 38 server.sendmail(from_address, to_addresses + cc_addresses, message.as_string())
|
D | mail_unittest.py | 33 def sendmail(self, from_address, to_address, message): member in SMTP
|
/external/python/cpython2/Doc/library/ |
D | smtplib.rst | 39 :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`.
|
D | re.rst | 1104 /usr/sbin/sendmail - 0 errors, 4 warnings
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 80 s.sendmail(email_from, email_to, msg.as_string())
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 719 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/cpython2/Lib/ |
D | smtplib.py | 666 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in SMTP 882 server.sendmail(fromaddr, toaddrs, msg)
|
D | smtpd.py | 367 refused = s.sendmail(mailfrom, rcpttos, data)
|
/external/clang/tools/scan-view/share/ |
D | Reporter.py | 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
|
/external/toybox/toys/pending/ |
D | crond.c | 475 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() function 519 sendmail(cfile, job); in count_running_jobs()
|
/external/toolchain-utils/crb/ |
D | crb_driver.py | 255 s.sendmail(me, [you], msg.as_string())
|
/external/iputils/ |
D | tftpd.c | 215 { "mail", validate_user, sendmail, recvmail, 1 },
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib.rst | 160 >>> server.sendmail('soothsayer@example.org', 'jcaesar@example.org',
|
/external/python/cpython2/Lib/test/ |
D | test_smtplib.py | 230 smtp.sendmail('John', 'Sally', m)
|
/external/python/cpython2/Lib/logging/ |
D | handlers.py | 943 smtp.sendmail(self.fromaddr, self.toaddrs, msg)
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 988 ``autoexec.bat`` and ``sendmail.cf`` and ``printers.conf``. 1004 extension such as ``sendmail.cf``. We'll complicate the pattern again in an 1011 ``sendmail.cf``.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 9780 A lot of the functions in sendmail.py unfortunately discards the 9799 empty string (""). The patch fixes the test in the sendmail() method 9801 as value the sendmail() method would invoke the helo() method again. 9804 sendmail(). 9813 `msg' argument to the sendmail method already contains a trailing 9823 sendmail method whence it throws the newly added SMTPHeloException (it 9841 sendmail() method, so this wouldn't bother it. Usually code I've seen 11279 - smtplib.py: change sendmail() method to accept a single string or a
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 367 This makes sendmail work better on modem connected
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | audit.log | 1273 …gid=51 sgid=51 fsgid=51 tty=(none) comm="newaliases" exe="/usr/sbin/sendmail.sendmail" subj=system… 1276 …gid=51 sgid=51 fsgid=51 tty=(none) comm="newaliases" exe="/usr/sbin/sendmail.sendmail" subj=system… 1279 …gid=51 sgid=51 fsgid=51 tty=(none) comm="newaliases" exe="/usr/sbin/sendmail.sendmail" subj=system…
|