diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-03-28 16:32:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-03-28 16:32:24 +0000 |
| commit | 82df62b545cff6dbd901ab3ed429d2a323765625 (patch) | |
| tree | 52a8a56ff70f6233d65653c0aff11845f7c6a789 /docs | |
| parent | 0907a2781b6e00a2fdf601304380f0519fb78d7f (diff) | |
Clarified docs/email.txt. Thanks, Poromenos
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/email.txt b/docs/email.txt index 8159536d1e..ae55a51a14 100644 --- a/docs/email.txt +++ b/docs/email.txt @@ -78,7 +78,7 @@ send_mass_mail vs. send_mail The main difference between ``send_mass_mail()`` and ``send_mail()`` is that ``send_mail()`` opens a connection to the mail server each time it's executed, -while ``send_mass_mail()`` uses a single connection for each of its messages. +while ``send_mass_mail()`` uses a single connection for all of its messages. This makes ``send_mass_mail()`` slightly more efficient. The mail_admins function |
