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?
Is there a third party API service or another Python library anyone can recommend?