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

/external/autotest/client/common_lib/
H A Dmail_unittest.py33 def sendmail(self, from_address, to_address, message): member in class:SMTP
/external/python/cpython2/Lib/
H A Dsmtplib.py26 sendmail-bugs@sendmail.org.
109 SMTP.sendmail() returns.
229 method called 'sendmail' that will do an entire mail transaction.
666 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
713 >>> s.sendmail("me@my.org",tolist,msg)
860 # Test the sendmail method, which tests most of the others.
882 server.sendmail(fromaddr, toaddrs, msg)
/external/toybox/toys/pending/
H A Dcrond.c475 static void sendmail(CRONFILE *cfile, JOB *job) function
500 do_fork(cfile, job, mailfd, "sendmail");
519 sendmail(cfile, job);

Completed in 145 milliseconds