summaryrefslogtreecommitdiff
path: root/docs/email.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-07-27Removing another mention of manipulatorsJames Bennett
2007-12-01Fixed #5870: documented the "fail_silently" argument to EmailMessage.send().James Bennett
2007-10-30Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com.Gary Wilson Jr
2007-09-28Fixed #5615: Corrected a typo in docs/email.txt. Thanks, raprasad@gmail.com.James Bennett
2007-09-20Made the links to settings consistent with the others by not including the wo...Gary Wilson Jr
2007-09-20Fixed #5148 -- Added link to `DEFAULT_FROM_EMAIL` setting in email documentat...Gary Wilson Jr
2007-09-16Fixed #5503 -- corrected a small typo in email example. Thanks, trey@ktrl.com.James Bennett
2007-08-06Added a closing </p>' to a code example in docs/email.txtAdrian Holovaty
2007-06-30Edited docs/email.txt changes from [5550]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5548]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5547]Adrian Holovaty
2007-06-27Typo fix.Malcolm Tredinnick
2007-06-27Removed some duplication. I suck at documentation.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Trivial edit to docs from [5548].Malcolm Tredinnick
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
2007-05-06Edited docs/email.txt changes from [5141] and other recent changesetsAdrian Holovaty
2007-05-03Added "new in development version" markers to new email stuff.Malcolm Tredinnick
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
2007-04-28Fixed #4181 -- Corrected anchor names in links to settings document. Thanks,Malcolm Tredinnick
2007-04-28Made small formatting tweaks to docs/settings.txt and docs/email.txt changes ...Adrian Holovaty
2007-04-27Fixed #4163 -- Added some "quick notes" documentation about the configurationMalcolm Tredinnick
2007-02-25Fixed #3488: send_mail no longer uses settings in function default arguments....Jacob Kaplan-Moss
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-28Clarified docs/email.txt. Thanks, PoromenosAdrian Holovaty
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty
2006-01-24Fixed typo in docs/email.txt. Thanks, ArchatasAdrian Holovaty
2006-01-12Added more explanation to docs/email.txt 'Preventing header injection' section.Adrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2005-12-29Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o...Adrian Holovaty
2005-12-29Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he...Adrian Holovaty
2005-12-27Added small bits to docs/email.txtAdrian Holovaty
2005-12-27Added docs/email.txtAdrian Holovaty