1 | | The `send_mail()` API is frozen and won't receive additional kwargs. As [https://docs.djangoproject.com/en/dev/topics/email/#the-emailmessage-class the documentation] says, "Not all features of the `EmailMessage` class are available through the `send_mail()` and related wrapper functions. If you wish to use advanced features, such as BCC’ed recipients, file attachments, or multi-part email, you’ll need to create EmailMessage instances directly." |
| 1 | The `send_mail()` API is frozen and won't receive additional kwargs (maybe, some discussion in #20817). As [https://docs.djangoproject.com/en/dev/topics/email/#the-emailmessage-class the documentation] says, "Not all features of the `EmailMessage` class are available through the `send_mail()` and related wrapper functions. If you wish to use advanced features, such as BCC’ed recipients, file attachments, or multi-part email, you’ll need to create EmailMessage instances directly." |