Lines Matching refs:mailer
350 mailer = smtplib.SMTP('localhost')352 mailer.sendmail(mail_from, mail_to, msg)354 mailer.quit()