Home
last modified time | relevance | path

Searched refs:SENDMAIL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/pdist/
Drcvs.py227 SENDMAIL = "/usr/lib/sendmail -t" variable
279 p = os.popen(SENDMAIL, "w")
/external/python/cpython2/Doc/faq/
Dlibrary.rst729 SENDMAIL = "/usr/sbin/sendmail" # sendmail location
730 p = os.popen("%s -t -i" % SENDMAIL, "w")