Lines Matching defs:sendmail
26 sendmail-bugs@sendmail.org.
122 SMTP.sendmail() returns.
217 method called 'sendmail' that will do an entire mail transaction.
808 def sendmail(self, from_addr, to_addrs, msg, mail_options=(),
862 >>> s.sendmail("me@my.org",tolist,msg)
914 """Converts message to a bytestring and passes it to sendmail.
916 The arguments are as for sendmail, except that msg is an
924 sendmail is called to transmit the message. If the sender or any of
986 return self.sendmail(from_addr, to_addrs, flatmsg, mail_options,
1118 # Test the sendmail method, which tests most of the others.
1139 server.sendmail(fromaddr, toaddrs, msg)