Lines Matching defs:send
25 To report bugs in the implementation send email to
27 For local information send email to Postmaster at your site.
348 def send(self, s):
351 self._print_debug('send:', repr(s))
354 # send is used by the 'data' command, where command_encoding
358 sys.audit("smtplib.send", self, s)
378 self.send(f'{s}{CRLF}')
437 Hostname to send for this command defaults to the FQDN of the local
447 Hostname to send for this command defaults to the FQDN of the local
579 self.send(q)
647 # If server responds with a challenge, send the response.
814 - to_addrs : A list of addresses to send this mail to. A bare
816 - msg : The message to send.
927 serialization, and SMTPUTF8 and BODY=8BITMIME are asserted on the send.