We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5812a commit 3a91decCopy full SHA for 3a91dec
2 files changed
README.rst
@@ -25,7 +25,7 @@ and more:
25
* DKIM signature
26
* Render body from template
27
* Flask extension and Django integration
28
-* Message body transformation methods
+* HTML transformation with CSS inlining (``pip install emails[html]``)
29
* Load message from url or from file
30
31
|
docs/install.rst
@@ -7,3 +7,11 @@ Install from pypi:
7
.. code-block:: bash
8
9
$ pip install emails
10
+
11
+This installs the lightweight core for building and sending email messages.
12
13
+To use HTML transformation features (CSS inlining, image embedding, loading from URL/file):
14
15
+.. code-block:: bash
16
17
+ $ pip install emails[html]
0 commit comments