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]"
To use Jinja2 templates (the T() shortcut):
$ pip install "emails[jinja]"
To use async sending (send_async()):
$ pip install "emails[async]"