Home
last modified time | relevance | path

Searched defs:sendmail (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dcrond.c477 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() function
/third_party/python/Lib/
Dsmtplib.py808 def sendmail(self, from_addr, to_addrs, msg, mail_options=(), member in SMTP