Skip to content

HTML content and bcc support #12

@selwin

Description

@selwin

Hi Chris,

I have a need for sending HTML emails with bcc and I was just wondering if you're open to accepting patches for either or both features.

My current plan is to make the send_mail command accept extra arguments (html_message and bcc).

For HTML content, this is relatively easy, I just need to tweak the send_mail command slightly to use EmailMultiAlternatives rather than the EmailMessage[1].

The bcc support would require an additional field to the Message model.

Regards,
Selwin

[1]https://docs.djangoproject.com/en/dev/topics/email/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions