Lines Matching refs:smtplib
923 import smtplib927 port = smtplib.SMTP_PORT928 smtp = smtplib.SMTP(self.mailhost, port, timeout=self._timeout)