Changeset 5551
- Timestamp:
- 06/27/07 07:43:28 (1 year ago)
- Files:
-
- django/trunk/docs/email.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/email.txt
r5550 r5551 208 208 original functions only for backwards compatibility. 209 209 210 If you need to add new functionality to the e-mail infrastrcture,211 sub-classing the ``EmailMessage`` class should make this a simple task.212 213 210 In general, ``EmailMessage`` is responsible for creating the e-mail message 214 211 itself. ``SMTPConnection`` is responsible for the network connection side of
