Changeset 6392
- Timestamp:
- 09/20/07 02:13:32 (1 year ago)
- Files:
-
- django/trunk/docs/email.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/email.txt
r6351 r6392 226 226 * ``from_email``: The sender's address. Both ``fred@example.com`` and 227 227 ``Fred <fred@example.com>`` forms are legal. If omitted, the 228 ` `DEFAULT_FROM_EMAIL``setting is used.228 `DEFAULT_FROM_EMAIL`_ setting is used. 229 229 230 230 * ``to``: A list or tuple of recipient addresses. … … 297 297 298 298 message.attach_file('/images/weather_map.png') 299 300 .. _DEFAULT_FROM_EMAIL: ../settings/#default-from-email 299 301 300 302 Sending alternative content types
