发送带有 API 的电子邮件时要设置哪个 headers 以避免电子邮件在 Gmail 客户端中成为 thread-grouped
Which headers to set when sending emails with an API to avoid emails to be thread-grouped in Gmail client
假设我通过我的电子邮件提供商 API 为 20 个人发送了 customized/different 封电子邮件。
但是所有电子邮件的主题都完全相同(假设 "Hello"
),并且无法更改。
这些电子邮件被发送给 20 个不同的人,但也作为密件抄送给我自己(例如@gmail.com),以便我在收件箱中保留一份副本。
如何避免将这 20 封电子邮件分组在同一个线程中?
(注意:我不想为 Gmail 客户端禁用 Conversation view
)。
我的电子邮件提供商提供添加自定义电子邮件 Headers
。
在电子邮件中设置哪个 headers 以便具有相同主题、相同发件人的电子邮件不会在 Gmail 客户端的同一线程中分组?
链接主题:Force emails not to be grouped into conversations。
我在 https://workspaceupdates.googleblog.com/2019/03/threading-changes-in-gmail-conversation-view.html 中找到了解决方案。
设置 header 形式 References: <uuid@youremailproviderhere.com>
,每封电子邮件都有唯一的 UUID 足以解决这个问题。
假设我通过我的电子邮件提供商 API 为 20 个人发送了 customized/different 封电子邮件。
但是所有电子邮件的主题都完全相同(假设 "Hello"
),并且无法更改。
这些电子邮件被发送给 20 个不同的人,但也作为密件抄送给我自己(例如@gmail.com),以便我在收件箱中保留一份副本。
如何避免将这 20 封电子邮件分组在同一个线程中?
(注意:我不想为 Gmail 客户端禁用 Conversation view
)。
我的电子邮件提供商提供添加自定义电子邮件 Headers
。
在电子邮件中设置哪个 headers 以便具有相同主题、相同发件人的电子邮件不会在 Gmail 客户端的同一线程中分组?
链接主题:Force emails not to be grouped into conversations。
我在 https://workspaceupdates.googleblog.com/2019/03/threading-changes-in-gmail-conversation-view.html 中找到了解决方案。
设置 header 形式 References: <uuid@youremailproviderhere.com>
,每封电子邮件都有唯一的 UUID 足以解决这个问题。