Changes between Initial Version and Version 1 of Ticket #36132


Ignore:
Timestamp:
Jan 23, 2025, 2:17:52 PM (9 hours ago)
Author:
Tim Graham
Comment:

The send_mail() API is frozen and won't receive additional kwargs. As 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."

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36132

    • Property Resolutionwontfix
    • Property Status newclosed
    • Property Summary Add **kwargs to send_email and send_mass_mail functionsAdd **kwargs to send_mail() and send_mass_mail() functions
  • Ticket #36132 – Description

    initial v1  
    1 Please add {{{**kwargs}}} to {{{send_email}}} and {{{send_mass_mail}}} functions for pass it to {{{EmailMultiAlternatives}}} like extra arguments - "headers" as example.
     1Please add `**kwargs` to `send_mail()` and `send_mass_mail()` functions for pass it to `EmailMultiAlternatives` like extra arguments - "headers" as example.
Back to Top