Django

Code

Changeset 6392

Show
Ignore:
Timestamp:
09/20/07 02:13:32 (1 year ago)
Author:
gwilson
Message:

Fixed #5148 -- Added link to DEFAULT_FROM_EMAIL setting in email documentation. Thanks, mcroydon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/email.txt

    r6351 r6392  
    226226    * ``from_email``: The sender's address. Both ``fred@example.com`` and 
    227227      ``Fred <fred@example.com>`` forms are legal. If omitted, the 
    228       ``DEFAULT_FROM_EMAIL`` setting is used. 
     228      `DEFAULT_FROM_EMAIL`_ setting is used. 
    229229 
    230230    * ``to``: A list or tuple of recipient addresses. 
     
    297297 
    298298        message.attach_file('/images/weather_map.png') 
     299 
     300.. _DEFAULT_FROM_EMAIL: ../settings/#default-from-email 
    299301 
    300302Sending alternative content types