Mike Edmunds
|
17c8ee7e3f
Fixed #35864 -- Documented EmailMessage.connection is ignored when using send_messages().
|
3 months ago |
Ronny V.
|
f4813211e2
Added example of email sending with additional capabilities to docs/topics/email.txt.
|
5 months ago |
Mariusz Felisiak
|
304d256674
Used :pypi: role in docs where appropriate.
|
6 months ago |
Jake Howard
|
d5bebc1c26
Refs #35537 -- Improved documentation and test coverage for email attachments and alternatives.
|
8 months ago |
Ronny Vedrilla
|
5fef6d2445
Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method.
|
8 months ago |
Sarah Boyce
|
7a0cd09f9f
Cleaned up EmailMultiAlternatives docs.
|
8 months ago |
Jake Howard
|
aba0e541ca
Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.alternatives to use namedtuples.
|
8 months ago |
Sarah Boyce
|
1b21feeb7b
Restructured the EmailMultiAlternatives docs.
|
8 months ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
David
|
51874dd160
Added backticks to code literals in various docs.
|
3 years ago |
Claude Paroz
|
5d13cc540e
Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.
|
3 years ago |
Mariusz Felisiak
|
1d16dbc745
Fixed broken links and redirects in docs.
|
3 years ago |
Jacob Walls
|
259b28706e
Fixed some broken links and redirects in docs.
|
3 years ago |
David Smith
|
1cba320786
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
|
3 years ago |
Nick Pope
|
c156e36955
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
3 years ago |
Hasan Ramezani
|
b1af2cca3a
Fixed #32471 -- Doc'd the return value of EmailMessage.send().
|
4 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 years ago |
Nick Pope
|
feb91dbda1
Used :mimetype: role in various docs.
|
4 years ago |
Adrian D'Alessandro
|
235b681351
Doc'd send_email() behavior when from_email is None.
|
4 years ago |
Adam Johnson
|
f344c75fb0
Added additional note that tests use locmem email backend.
|
5 years ago |
Jon Dufresne
|
fbbff7f808
Refs #29983 -- Added pathlib.Path support to the file email backend.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Joachim Jablon
|
0c2ffdd526
Fixed an example of email with display name in EmailMessage.from_email.
|
5 years ago |
José L. Patiño
|
b5dd6ef3d5
Fixed #29535 -- Updated email.MIME* references for Python 3.
|
6 years ago |
Subhav Gautam
|
085ebc5f1a
Fixed #29430 -- Clarified send_mail()'s fail_silently docs.
|
6 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Michael Schwarz
|
72d541b61c
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |