Chris Jerdonek
|
d599b590eb
Fixed #21614 -- improved docs on configuring email for development.
|
11 年之前 |
Tom Scholl
|
cab72a439b
Fixed docs for EmailMessage extra_headers attribute
|
11 年之前 |
Tim Graham
|
43cfc652d2
Fixed doc typo in previous commit.
|
11 年之前 |
SusanTan
|
4e0a2fe59c
Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.
|
11 年之前 |
Dan Loewenherz
|
43f213e475
Fix grammatical errors in email documentation
|
11 年之前 |
Ramiro Morales
|
f9d1d5dc13
Fixed #18967 -- Don't base64-encode message/rfc822 attachments.
|
11 年之前 |
Tim Graham
|
d4dd55e78c
Doc tweaks for html_message parameter to send_mail(); refs #20817
|
11 年之前 |
Justin Michalicek
|
ac09558760
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
|
11 年之前 |
Claude Paroz
|
59ebe39812
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
|
11 年之前 |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 年之前 |
Claude Paroz
|
8a5d1a6b93
Updated obsolete links in the documentation
|
12 年之前 |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 年之前 |
Claude Paroz
|
916d705538
Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch.
|
13 年之前 |
Aymeric Augustin
|
d66035c4a6
Removed documentation for SMTPConnection, which was removed at r15978.
|
13 年之前 |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 年之前 |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 年之前 |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
14 年之前 |
Adrian Holovaty
|
9a279edc1c
Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet)
|
14 年之前 |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 年之前 |
Timo Graham
|
a981f5b988
Fixed #15163 - typo in email docs; thanks metal for the report.
|
14 年之前 |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 年之前 |
Russell Keith-Magee
|
29c4a578af
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and used this to provide more and prettier detail in error emails. Thanks to boxed for the suggestion, and to Rob Hudson and Brodie Rao for their work on the patch.
|
14 年之前 |
Timo Graham
|
750325505e
Fixed #14783 - Links + style improvements to docs/topics/email.txt. Thanks adamv for the patch.
|
14 年之前 |
Alex Gaynor
|
3d650b4913
Fixed #14619 -- corrected a typo in the email docs.
|
14 年之前 |
Russell Keith-Magee
|
a904e55859
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
14 年之前 |
Luke Plant
|
0aa438a3df
Fixed #7722 - added support for CC in EmailMessage.
|
14 年之前 |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 年之前 |
Russell Keith-Magee
|
14fa3b7e24
Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the report.
|
14 年之前 |
Russell Keith-Magee
|
0e6ff67ba2
Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for the report and patch.
|
15 年之前 |
Russell Keith-Magee
|
0f6555bce2
Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger for the report.
|
15 年之前 |