Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_smtplib.py384 smtp.sendmail('John', 'Sally', m)
402 smtp.sendmail('John', 'Sally', m)
419 smtp.sendmail('John', 'Sally', m)
438 smtp.sendmail("hi@me.com", "you@me.com", m)
459 smtp.sendmail("hi@me.com", "you@me.com", m)
480 smtp.sendmail('<>', 'Sally', m)
733 self.smtp.has_extn, self.smtp.sendmail = Mock(), Mock()
739 self.assertEqual(self.smtp.sendmail.call_args_list[0][0][3],
741 self.assertEqual(self.smtp.sendmail.call_args_list[1][0][3],
749 self.assertEqual(self.smtp.sendmail.call_args_list[0][0][3],
[all …]
/third_party/python/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.
289 :meth:`sendmail` when necessary.
441 .. method:: SMTP.sendmail(from_addr, to_addrs, msg, mail_options=(), rcpt_options=())
455 envelope used by the transport agents. ``sendmail`` does not modify the
515 This is a convenience method for calling :meth:`sendmail` with the message
517 the same meaning as for :meth:`sendmail`, except that *msg* is a ``Message``
534 calls :meth:`sendmail` to transmit the resulting message. Regardless of the
598 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
Demail.generator.rst13 do this if you want to send your message via :meth:`smtplib.SMTP.sendmail` or
Dre.rst959 >>> sample = '/usr/sbin/sendmail - 0 errors, 12 warnings'
961 /usr/sbin/sendmail - \d+ errors, \d+ warnings
1440 /usr/sbin/sendmail - 0 errors, 4 warnings
/third_party/python/Lib/
Dsmtplib.py808 def sendmail(self, from_addr, to_addrs, msg, mail_options=(), member in SMTP
986 return self.sendmail(from_addr, to_addrs, flatmsg, mail_options,
1139 server.sendmail(fromaddr, toaddrs, msg)
Dsmtpd.py773 refused = s.sendmail(mailfrom, rcpttos, data)
/third_party/python/Doc/faq/
Dlibrary.rst736 server.sendmail(fromaddr, toaddrs, msg)
739 A Unix-only alternative uses sendmail. The location of the sendmail program
740 varies between systems; sometimes it is ``/usr/lib/sendmail``, sometimes
741 ``/usr/sbin/sendmail``. The sendmail manual page will help you out. Here's
746 SENDMAIL = "/usr/sbin/sendmail" # sendmail location
/third_party/FreeBSD/
DMAINTAINERS55 etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE.
90 sendmail gshapiro Pre-commit review requested.
DUPDATING1670 and etcupdate will now use this file. A custom sendmail.cf is now
1672 excluded sendmail.cf in mergemaster.rc or etcupdate.conf, you may
1674 /etc/mail/sendmail.cf is now managed the same way regardless of
1776 sendmail has been updated to 8.15.2. Starting with FreeBSD 11.0
1777 and sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
1825 An additional fix for the issue described in the 20150614 sendmail
1833 The fix for the issue described in the 20150614 sendmail entry
1848 with DH parameters below 768 bits. sendmail releases prior
1851 this interoperability, sendmail can be configured to use a
1863 5. Restart sendmail:
[all …]
/third_party/toybox/toys/pending/
Dcrond.c477 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() function
521 sendmail(cfile, job); in count_running_jobs()
/third_party/openssl/doc/man1/
Dopenssl-smime.pod.in304 a blank line. Piping the mail directly to sendmail is one way to
393 Send a signed message under Unix directly to sendmail, including headers:
397 -subject "Signed message" | sendmail someone@somewhere
Dopenssl-cms.pod.in630 a blank line. Piping the mail directly to sendmail is one way to
788 Send a signed message under Unix directly to sendmail, including headers:
792 -subject "Signed message" | sendmail someone@somewhere
/third_party/python/Doc/tutorial/
Dstdlib.rst191 >>> server.sendmail('soothsayer@example.org', 'jcaesar@example.org',
/third_party/python/Doc/howto/
Dregex.rst1010 ``autoexec.bat`` and ``sendmail.cf`` and ``printers.conf``.
1026 extension such as ``sendmail.cf``. We'll complicate the pattern again in an
1033 ``sendmail.cf``.
/third_party/python/Doc/whatsnew/
D3.5.rst1708 Both the :meth:`SMTP.sendmail() <smtplib.SMTP.sendmail>` and
D3.2.rst710 for the *msg* argument to the :meth:`~smtplib.SMTP.sendmail` method,
/third_party/python/Misc/
DHISTORY11598 - Issue #10321: Add support for binary data to smtplib.SMTP.sendmail, and a new
27159 A lot of the functions in sendmail.py unfortunately discards the
27178 empty string (""). The patch fixes the test in the sendmail() method
27180 as value the sendmail() method would invoke the helo() method again.
27183 sendmail().
27192 `msg' argument to the sendmail method already contains a trailing
27202 sendmail method whence it throws the newly added SMTPHeloException (it
27220 sendmail() method, so this wouldn't bother it. Usually code I've seen
28658 - smtplib.py: change sendmail() method to accept a single string or a
/third_party/NuttX/
DReleaseNotes897 DHCPD, wget(), and sendmail.
26761 - Fix sendmail example to run on a local SMTP server