Changeset 5549
- Timestamp:
- 06/27/07 07:19:21 (1 year ago)
- Files:
-
- django/trunk/docs/email.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/email.txt
r5548 r5549 304 304 msg.send() 305 305 306 307 308 306 By default, the MIME type of the ``body`` parameter in an ``EmailMessage`` is 309 307 ``"text/plain"``. It is good practice to leave this alone, since it guarantees
