Author: ubernostrum Date: 2010-03-06 18:52:11 -0600 (Sat, 06 Mar 2010) New Revision: 12695
Modified: django/branches/releases/1.1.X/docs/topics/email.txt Log: [1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of [12694] from trunk. Modified: django/branches/releases/1.1.X/docs/topics/email.txt =================================================================== --- django/branches/releases/1.1.X/docs/topics/email.txt 2010-03-07 00:51:29 UTC (rev 12694) +++ django/branches/releases/1.1.X/docs/topics/email.txt 2010-03-07 00:52:11 UTC (rev 12695) @@ -354,11 +354,11 @@ Testing e-mail sending ---------------------- -The are times when you do not want Django to send e-mails at all. For example, -while developing a website, you probably don't want to send out thousands of -e-mails -- but you may want to validate that e-mails will be sent to the right -people under the right conditions, and that those e-mails will contain the -correct content. +There are times when you do not want Django to send e-mails at +all. For example, while developing a website, you probably don't want +to send out thousands of e-mails -- but you may want to validate that +e-mails will be sent to the right people under the right conditions, +and that those e-mails will contain the correct content. The easiest way to test your project's use of e-mail is to use a "dumb" e-mail server that receives the e-mails locally and displays them to the terminal, -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.