python - Django's send_mail messages get grouped into a gmail converation -


for users of our django app receive emails through gmail finding emails getting grouped conversations shouldn't be.

i'm not sure gmail expects in email consider unique enough not group conversation when send plain text emails different subjects using send_mail or try multipart/alternative emailmultialternatives html body gmail still assumes part of same conversation.

obviously creates confusion when our application sends emails different subjects , bodies same user , grouped , gmail shows subject of first message in conversation.

i have 100% confirmed looking @ raw original email messages make sure emails different subjects , bodies.

i want know if can change in how django creates email message can play nice gmail conversations.

i using python 2.7.4, , can replicate "issue" django 1.4 , 1.5.

make sure messages on different subjects have different 'from' address


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -