@@ -17,15 +17,15 @@ local web browser during development is also provided.
17
17
Dependencies
18
18
============
19
19
20
- * `python-gnupg <http ://code.google.com/p/ python-gnupg/ >`_ is
20
+ * `python-gnupg <https ://bitbucket.org/vinay.sajip/ python-gnupg >`_ is
21
21
required for sending PGP encrypted email.
22
22
23
23
24
24
Installation
25
25
============
26
26
27
27
The easiest way to install django-email-extras is directly from PyPi
28
- using `pip <http ://www. pip-installer.org / >`_ by running the command
28
+ using `pip <https ://pip.pypa.io/en/stable / >`_ by running the command
29
29
below::
30
30
31
31
$ pip install -U django-email-extras
@@ -55,9 +55,9 @@ these functions will PGP encrypt emails as described below.
55
55
Sending PGP Encrypted Email
56
56
===========================
57
57
58
- `PGP explanation <http ://en.wikipedia.org/wiki/Pretty_Good_Privacy >`_
58
+ `PGP explanation <https ://en.wikipedia.org/wiki/Pretty_Good_Privacy >`_
59
59
60
- Using `python-gnupg <http ://code.google.com/p/ python-gnupg/ >`_, two
60
+ Using `python-gnupg <https ://bitbucket.org/vinay.sajip/ python-gnupg >`_, two
61
61
models are defined in ``email_extras.models `` - ``Key `` and ``Address ``
62
62
which represent a PGP key and an email address for a successfully
63
63
imported key. These models exist purely for the sake of importing
@@ -125,7 +125,7 @@ There are two settings you can configure in your project's
125
125
* ``EMAIL_EXTRAS_GNUPG_ENCODING `` - String representing a gnupg encoding.
126
126
Defaults to GNUPG ``latin-1 `` and could be changed to e.g. ``utf-8 ``
127
127
if needed. Check out
128
- `python-gnupg docs <https://pythonhosted.org/python-gnupg/index.html/ >`_
128
+ `python-gnupg docs <https://pythonhosted.org/python-gnupg/#getting-started >`_
129
129
for more info.
130
130
* ``EMAIL_EXTRAS_ALWAYS_TRUST_KEYS `` - Skip key validation and assume
131
131
that used keys are always fully trusted.
0 commit comments