Searched defs:sendmail (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsmtplib.py26 sendmail-bugs@sendmail.org.
108 SMTP.sendmail() returns.
224 method called 'sendmail' that will do an entire mail transaction.
653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
700 >>> s.sendmail("me@my.org",tolist,msg)
835 # Test the sendmail method, which tests most of the others.
857 server.sendmail(fromaddr, toaddrs, msg)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsmtplib.py26 sendmail-bugs@sendmail.org.
108 SMTP.sendmail() returns.
224 method called 'sendmail' that will do an entire mail transaction.
653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
700 >>> s.sendmail("me@my.org",tolist,msg)
835 # Test the sendmail method, which tests most of the others.
857 server.sendmail(fromaddr, toaddrs, msg)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsmtplib.py26 sendmail-bugs@sendmail.org.
108 SMTP.sendmail() returns.
224 method called 'sendmail' that will do an entire mail transaction.
653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
700 >>> s.sendmail("me@my.org",tolist,msg)
835 # Test the sendmail method, which tests most of the others.
857 server.sendmail(fromaddr, toaddrs, msg)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsmtplib.py26 sendmail-bugs@sendmail.org.
108 SMTP.sendmail() returns.
224 method called 'sendmail' that will do an entire mail transaction.
653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
700 >>> s.sendmail("me@my.org",tolist,msg)
835 # Test the sendmail method, which tests most of the others.
857 server.sendmail(fromaddr, toaddrs, msg)

Completed in 126 milliseconds