Author: gwilson
Date: 2007-09-20 02:13:32 -0500 (Thu, 20 Sep 2007)
New Revision: 6392
Modified:
django/trunk/docs/email.txt
Log:
Fixed #5148 -- Added link to `DEFAULT_FROM_EMAIL` setting in email
documentation. Thanks, mcroydon.
Modified: django/trunk/docs/email.txt
===================================================================
--- django/trunk/docs/email.txt 2007-09-20 06:59:13 UTC (rev 6391)
+++ django/trunk/docs/email.txt 2007-09-20 07:13:32 UTC (rev 6392)
@@ -225,7 +225,7 @@
* ``from_email``: The sender's address. Both [EMAIL PROTECTED] and
``Fred <[EMAIL PROTECTED]>`` forms are legal. If omitted, the
- ``DEFAULT_FROM_EMAIL`` setting is used.
+ `DEFAULT_FROM_EMAIL`_ setting is used.
* ``to``: A list or tuple of recipient addresses.
@@ -297,6 +297,8 @@
message.attach_file('/images/weather_map.png')
+.. _DEFAULT_FROM_EMAIL: ../settings/#default-from-email
+
Sending alternative content types
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---