diff options
| author | SnippyCodes <aaryanparik124@gmail.com> | 2026-02-09 23:57:36 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-09 15:27:36 -0300 |
| commit | 0deedbd55713d3aa1da9f88063705168bf7a4e9c (patch) | |
| tree | 9cacd7f489193460e3c9dcdd4ccd35993950b500 /docs/topics | |
| parent | ec2ccff9a512adc715c5fc620bbe80790857b147 (diff) | |
Fixed #36908 -- Removed unnecessary "fail_silently" param from quick example in docs/topics/email.txt.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/email.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index bad4a79d61..6a32a0728e 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -25,7 +25,6 @@ plain text message:: "Here is the message.", "from@example.com", ["to@example.com"], - fail_silently=False, ) When additional email sending functionality is needed, use |
