Home | History | Annotate | Download | only in logging

Lines Matching refs:smtplib

923             import smtplib
927 port = smtplib.SMTP_PORT
928 smtp = smtplib.SMTP(self.mailhost, port, timeout=self._timeout)