HomeSort by relevance Sort by last modified time
    Searched refs:sendmail (Results 1 - 25 of 41) sorted by null

1 2

  /external/autotest/client/common_lib/
mail.py 6 Send out a plain old text email. It uses sendmail by default, but
38 server.sendmail(from_address, to_addresses + cc_addresses, message.as_string())
mail_unittest.py 33 def sendmail(self, from_address, to_address, message): member in class:SMTP
  /external/valgrind/nightly/bin/
nightly 105 rm -rf sendmail.log unchanged.log valgrind-old valgrind-new
320 # Use the conf/<tag>.sendmail script to email the results.
321 conf/$TAG.sendmail \
324 diffs.txt > sendmail.log 2>&1
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
reporter.py 56 server.sendmail(self.from_address,
  /external/clang/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /external/toybox/toys/pending/
crond.c 474 static void sendmail(CRONFILE *cfile, JOB *job) function
499 do_fork(cfile, job, mailfd, "sendmail");
518 sendmail(cfile, job);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 19 This is Sendmail version 8.8.4
26 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)
smtpd.py 367 refused = s.sendmail(mailfrom, rcpttos, data)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 19 This is Sendmail version 8.8.4
26 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)
smtpd.py 367 refused = s.sendmail(mailfrom, rcpttos, data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 19 This is Sendmail version 8.8.4
26 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/
smtplib.py 19 This is Sendmail version 8.8.4
26 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)
  /external/iputils/
tftpd.c 215 { "mail", validate_user, sendmail, recvmail, 1 },

Completed in 621 milliseconds

1 2