Kaydet (Commit) d605611b authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Removed some duplication. I suck at documentation.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 987f8aa2
...@@ -207,9 +207,6 @@ e-mail, you can subclass these two classes to suit your needs. ...@@ -207,9 +207,6 @@ e-mail, you can subclass these two classes to suit your needs.
move to a more object-oriented design for e-mail messages and retain the move to a more object-oriented design for e-mail messages and retain the
original functions only for backwards compatibility. original functions only for backwards compatibility.
If you need to add new functionality to the e-mail infrastrcture,
sub-classing the ``EmailMessage`` class should make this a simple task.
In general, ``EmailMessage`` is responsible for creating the e-mail message In general, ``EmailMessage`` is responsible for creating the e-mail message
itself. ``SMTPConnection`` is responsible for the network connection side of itself. ``SMTPConnection`` is responsible for the network connection side of
the operation. This means you can reuse the same connection (an the operation. This means you can reuse the same connection (an
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment