Giter Club home page Giter Club logo

Comments (7)

selwin avatar selwin commented on August 21, 2024

To send HTML email, you simply need to do:

mail.send(
    # other args
    html_message='<p>Hello world</p>'
)

Internally, post_office uses attach alternative so you don't have to deal with that.

from django-post_office.

sanjayankur31 avatar sanjayankur31 commented on August 21, 2024

Ah! Hrm.. We're using post office as a backend for askbot at askfedora. The mail method already attaches alternatives from what I can make out. The mails are being sent out as plain text and not HTML though. Any hints on why?

Thanks,

from django-post_office.

selwin avatar selwin commented on August 21, 2024

Ah ok, so askbot uses the lower level msg.send() method instead of post_office's mail.send method.

We should patch post office's EmailBackend.send_messages to detect HTML messages and persist the HTML component in the database accordingly.

This is indeed a bug so I'm gonna reopen this issue. Thanks for reporting it.

from django-post_office.

sanjayankur31 avatar sanjayankur31 commented on August 21, 2024

Ah! Great. Thanks. I look forward to the fix. :)

from django-post_office.

sanjayankur31 avatar sanjayankur31 commented on August 21, 2024

Thanks for the fix. Would just replacing the backends.py file be sufficient, or would I need to run any other steps to apply this fix?

I replaced the file but the mails are still only plaintext. Still investigating though.

from django-post_office.

selwin avatar selwin commented on August 21, 2024

Simply replacing backends.py should be sufficient.

from django-post_office.

sanjayankur31 avatar sanjayankur31 commented on August 21, 2024

Seems to work. Thanks for the quick fix!

from django-post_office.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.