简体   繁体   中英

Django send_mail() is not grouping emails together based on subject in outlook and apple mail

I am using Django's send_mail() for my email notifications, and I need to send multiple follow up mails which needs to be grouped together based on the same subject. Gmail groups the emails automatically based on the same subject line, but for some reason Outlook and Apple Mail doesn't group them. This results in email spamming in the inbox.I even tried to change the outlook settings to thread conversations, but still no luck.Is there anything I am missing out here?

For outlook you need to add some extra headers, eg topic-header. Take a look at here , it might be helpful

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM