summaryrefslogtreecommitdiff
path: root/docs/email.txt
AgeCommit message (Collapse)Author
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-27Removing another mention of manipulatorsJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-01Fixed #5870: documented the "fail_silently" argument to EmailMessage.send().James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-30Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-28Fixed #5615: Corrected a typo in docs/email.txt. Thanks, raprasad@gmail.com.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-20Made the links to settings consistent with the others by not including the ↵Gary Wilson Jr
word "setting" in the link. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-20Fixed #5148 -- Added link to `DEFAULT_FROM_EMAIL` setting in email ↵Gary Wilson Jr
documentation. Thanks, mcroydon. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-16Fixed #5503 -- corrected a small typo in email example. Thanks, trey@ktrl.com.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added a closing </p>' to a code example in docs/email.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-30Edited docs/email.txt changes from [5550]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-30Edited docs/email.txt changes from [5548]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-30Edited docs/email.txt changes from [5547]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-27Typo fix.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-27Removed some duplication. I suck at documentation.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-27Trivial edit to docs from [5548].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
tweaking of main body MIME subtype for brave people. Fixed #3605. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
Lane. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-06Edited docs/email.txt changes from [5141] and other recent changesetsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-03Added "new in development version" markers to new email stuff.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
number of RST formatting errors in the email docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
servers like Google's SMTP server can now be used for admin emails. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
part refactors email sending into a more object-oriented interface in order to make adding new features possible without making the API unusable. Thanks to Gary Wilson for doing the design thinking and initial coding on this. Includes documentation addition, but it probably needs a rewrite/edit, since I'm not very happy with it at the moment. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-28Fixed #4181 -- Corrected anchor names in links to settings document. Thanks,Malcolm Tredinnick
Karen Tracey. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-28Made small formatting tweaks to docs/settings.txt and docs/email.txt changes ↵Adrian Holovaty
from [5111] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-27Fixed #4163 -- Added some "quick notes" documentation about the configurationMalcolm Tredinnick
variables required to send email. Thanks, Karen Tracey. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Fixed #3488: send_mail no longer uses settings in function default ↵Jacob Kaplan-Moss
arguments. Thanks to Per Jonsson for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ↵Adrian Holovaty
links. Thanks for the patch, SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@4420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
the value of the {{{DEFAULT_CHARSET}}} setting. Thanks, igor@goryachev.org and akaihola. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-28Clarified docs/email.txt. Thanks, PoromenosAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. ↵Adrian Holovaty
Thanks, Bruce Kroeze git-svn-id: http://code.djangoproject.com/svn/django/trunk@2548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-24Fixed typo in docs/email.txt. Thanks, ArchatasAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12Added more explanation to docs/email.txt 'Preventing header injection' section.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11Removed 'Only in Django development version' messages from the docs, because ↵Adrian Holovaty
frozen docs for version 0.90 are now available git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-29Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass ↵Adrian Holovaty
of ValueError) and changed docs/email.txt example to use that git-svn-id: http://code.djangoproject.com/svn/django/trunk@1798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-29Fixed #1135 -- Changed django.core.mail functions not to allow newlines in ↵Adrian Holovaty
headers git-svn-id: http://code.djangoproject.com/svn/django/trunk@1795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-27Added small bits to docs/email.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-27Added docs/email.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1784 bcc190cf-cafb-0310-a4f2-bffc1f526a37