Home
last modified time | relevance | path

Searched refs:sendmail (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py643 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in SMTP
847 server.sendmail(fromaddr, toaddrs, msg)
Dsmtpd.py367 refused = s.sendmail(mailfrom, rcpttos, data)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_smtplib.py230 smtp.sendmail('John', 'Sally', m)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py890 smtp.sendmail(self.fromaddr, self.toaddrs, msg)