Searched refs:sendmail (Results 1 – 19 of 19) sorted by relevance
384 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 …]
44 :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 the515 This is a convenience method for calling :meth:`sendmail` with the message517 the same meaning as for :meth:`sendmail`, except that *msg* is a ``Message``534 calls :meth:`sendmail` to transmit the resulting message. Regardless of the598 server.sendmail(fromaddr, toaddrs, msg)
78 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
13 do this if you want to send your message via :meth:`smtplib.SMTP.sendmail` or
959 >>> sample = '/usr/sbin/sendmail - 0 errors, 12 warnings'961 /usr/sbin/sendmail - \d+ errors, \d+ warnings1440 /usr/sbin/sendmail - 0 errors, 4 warnings
808 def sendmail(self, from_addr, to_addrs, msg, mail_options=(), member in SMTP986 return self.sendmail(from_addr, to_addrs, flatmsg, mail_options,1139 server.sendmail(fromaddr, toaddrs, msg)
773 refused = s.sendmail(mailfrom, rcpttos, data)
736 server.sendmail(fromaddr, toaddrs, msg)739 A Unix-only alternative uses sendmail. The location of the sendmail program740 varies between systems; sometimes it is ``/usr/lib/sendmail``, sometimes741 ``/usr/sbin/sendmail``. The sendmail manual page will help you out. Here's746 SENDMAIL = "/usr/sbin/sendmail" # sendmail location
55 etc/sendmail gshapiro Pre-commit review requested. Keep in sync with -STABLE.90 sendmail gshapiro Pre-commit review requested.
1670 and etcupdate will now use this file. A custom sendmail.cf is now1672 excluded sendmail.cf in mergemaster.rc or etcupdate.conf, you may1674 /etc/mail/sendmail.cf is now managed the same way regardless of1776 sendmail has been updated to 8.15.2. Starting with FreeBSD 11.01777 and sendmail 8.15, sendmail uses uncompressed IPv6 addresses by1825 An additional fix for the issue described in the 20150614 sendmail1833 The fix for the issue described in the 20150614 sendmail entry1848 with DH parameters below 768 bits. sendmail releases prior1851 this interoperability, sendmail can be configured to use a1863 5. Restart sendmail:[all …]
477 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() function521 sendmail(cfile, job); in count_running_jobs()
304 a blank line. Piping the mail directly to sendmail is one way to393 Send a signed message under Unix directly to sendmail, including headers:397 -subject "Signed message" | sendmail someone@somewhere
630 a blank line. Piping the mail directly to sendmail is one way to788 Send a signed message under Unix directly to sendmail, including headers:792 -subject "Signed message" | sendmail someone@somewhere
191 >>> server.sendmail('soothsayer@example.org', 'jcaesar@example.org',
1010 ``autoexec.bat`` and ``sendmail.cf`` and ``printers.conf``.1026 extension such as ``sendmail.cf``. We'll complicate the pattern again in an1033 ``sendmail.cf``.
1708 Both the :meth:`SMTP.sendmail() <smtplib.SMTP.sendmail>` and
710 for the *msg* argument to the :meth:`~smtplib.SMTP.sendmail` method,
11598 - Issue #10321: Add support for binary data to smtplib.SMTP.sendmail, and a new27159 A lot of the functions in sendmail.py unfortunately discards the27178 empty string (""). The patch fixes the test in the sendmail() method27180 as value the sendmail() method would invoke the helo() method again.27183 sendmail().27192 `msg' argument to the sendmail method already contains a trailing27202 sendmail method whence it throws the newly added SMTPHeloException (it27220 sendmail() method, so this wouldn't bother it. Usually code I've seen28658 - smtplib.py: change sendmail() method to accept a single string or a
897 DHCPD, wget(), and sendmail.26761 - Fix sendmail example to run on a local SMTP server