Sending rich HTML emails with Python

Associate
Joined
30 Mar 2004
Posts
1,148
Location
West Wing
Whats the best way of sending HTML emails from Python 2.7? I have a script that uses smptlib library to send plain text emails from a gmail account. But I want to send the content as HTML with images.

Is there a third party API service or another Python library anyone can recommend?
 
Back
Top Bottom