Skip to content

Commit e6ffca2

Browse files
committed
update emailmessage examples
1 parent a590df6 commit e6ffca2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

content/pages/examples/django/django-core-mail-messages-emailmessage.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ class is contained with the
1515
module within the [Django project](/django.html) code base.
1616

1717

18-
## EmailMessage Example 1 from django-emailmessagetemplate
19-
18+
## Example 1 from django-emailmessagetemplate
19+
[django-emailmessagetemplates](https://github.com/mcoconnor/django-emailmessagetemplates)
20+
is a code library that makes it easier to add functionality for end users to
21+
customize email templates in a [Django](/django.html) application. The code
22+
is available under the
23+
[BSD 3-Clause "New" or "Revised" License](https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/LICENSE).
24+
25+
[**django-emailmessagetemplates/emailmessagetemplates/utils.py**](https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/emailmessagetemplates/utils.py)
2026

2127
```python
2228
import copy

theme/templates/table-of-contents.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ <h2><a href="/blog.html">Blog Post Tutorials</a></h2>
216216
<h2>Example Code</h2>
217217
<h3>Django examples</h3>
218218
<h4 class="bp"><a href="/django-conf-urls-url-examples.html">django.conf.urls.url</a></h4>
219+
<h4 class="bp"><a href="/django-contrib-admin-examples.html">django.contrib.admin</a></h4>
220+
<h4 class="bp"><a href="/django-core-mail-messages-emailmessage-examples.html">django.core.mail.messages.EmailMessage</a></h4>
219221
<h4 class="bp"><a href="/django-db-models-signal-examples.html">django.db.models.signal</a></h4>
220222
<h4 class="bp"><a href="/django-db-models-model-examples.html">django.db.models.Model</a></h4>
221223
<h4 class="bp"><a href="/django-dispatch-dispatcher-signal-examples.html">django.dispatch.dispatcher.Signal</a></h4>

0 commit comments

Comments
 (0)