Skip to content

Plain text notification emails (and plain text alternative for HTML?) #1988

@geerlingguy

Description

@geerlingguy

I may be missing something, but I'm trying to set up email auth and notifications on my site, and I set:

AUTH_EMAIL_CONTENT_TYPE=text/plain

This correctly sends the email with the content type in the header:

Content-Type: text/plain; charset="UTF-8"

However, the body of the text only contains the HTML (which is rendered in plain text), there is no plain text alternative:

Image

I had assumed if I set text/plain, it would just drop the HTML from the email contents, and only send the raw text. But I may be missing another option?

Thanks for this great project, I'm still getting up to speed with it over in geerlingguy/jeffgeerling-com#167

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions