Changes between Initial Version and Version 1 of Ticket #36132, comment 1


Ignore:
Timestamp:
Jan 27, 2025, 6:22:59 PM (4 weeks ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36132, comment 1

    initial v1  
    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."
     1The `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."
Back to Top