原创 python 發送html郵件

簡單的python發送html郵件代碼,如下:#!/usr/bin/env python #-*- coding:utf-8 -*- import smtplib from email.header import Header from e