Changes between Initial Version and Version 1 of Ticket #36132
- Timestamp:
- Jan 23, 2025, 2:17:52 PM (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36132
- Property Resolution → wontfix
- Property Status new → closed
- Property Summary Add **kwargs to send_email and send_mass_mail functions → Add **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.1 Please add `**kwargs` to `send_mail()` and `send_mass_mail()` functions for pass it to `EmailMultiAlternatives` like extra arguments - "headers" as example.