郵件自動(dòng)群發(fā)代碼

  

  

下面一米智能郵件群發(fā)軟件來給大家分享一下郵件自動(dòng)群發(fā)代碼。


郵件自動(dòng)群發(fā)代碼


smtp_host:smtp.qq.com騰訊發(fā)送郵箱的smtp服務(wù)地址,多個(gè)收件人的話,接收者可以用list

smtp_port:465騰訊發(fā)送郵箱的端口

mail 發(fā)件的內(nèi)容,包含主題、正文、附件等

server 發(fā)送郵件人的相關(guān)信息,如賬號(hào),密碼,smtp_host, smtp_port

receiver 接收者的郵箱地址

content_html 發(fā)送正文為html

content_text 發(fā)送正文

attachments帶附件

server.send_mail([ ' yourfriend@example.com ',' 12345 @ example.com ' ],mail)收件人列表

server.send_mail([('Boss','yourfriend@example.com'),'12345@example.com'], mail) 收件人列表,帶收件人名字

server.send_mail(['foo@163.com','foo@126.com'],mail,cc=['bar@163.com'])收件人列表,使用抄送

server.send_mail(['foo@163.com','foo@126.com'],mail,cc=[('Boss','bar@163.com'),'bar@126.com'])收件人列表,使用抄送帶名字

  
相關(guān)資訊

推薦軟件