python SendMail 發送郵件

  最近在學習python 時,用到了發送郵件的操作,通過整理總結如下:         一、相關模塊介紹       發送郵件主要用到了smtplib和email兩個模塊,這裏首先就兩個模塊進行一下簡單的介紹:       smtplib模塊         smtplib.SMTP([host[, port[, local_hostname[, timeout]]]])      SMTP類構
相關文章
相關標籤/搜索