Skip to content

Email would not send HTML version #120

Open
@ckangnz

Description

@ckangnz

I have included FLUENT_COMMENTS_MULTIPART_EMAILS = True in my settings.py
but whenever the email is sent to the MANAGERS, it uses the .txt version.

When I python manage.py shell and do following:

from django.conf import settings
print(settings.__dir__)
# prints out FLUENT_COMMENTS relevant variables but FLUENT_COMMENTS_MULTIPART_EMAILS is missing... BUT

print(settings.FLUENT_COMMENTS_MULTIPART_EMAILS)
#returns True. Then...

print(settings.__dir__)
#returns same output as before BUT has FLUENT_COMMENTS_MULTIPART_EMAILS included at the end.

Any clue why it's doing this?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions