Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 309 Bytes

File metadata and controls

17 lines (9 loc) · 309 Bytes

Install

Install from pypi:

$ pip install emails

This installs the lightweight core for building and sending email messages.

To use HTML transformation features (CSS inlining, image embedding, loading from URL/file):

$ pip install emails[html]