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:
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
I may be missing something, but I'm trying to set up email auth and notifications on my site, and I set:
This correctly sends the email with the content type in the header:
However, the body of the text only contains the HTML (which is rendered in plain text), there is no plain text alternative:
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