在 SMTP 邮件头中添加 IsTransactional:true 以满足 ElasticEmail 要求

好吧,我发现了这个讨论:Remove (or merge) Elastic email Unsubscribe

有人抱怨 Elastic Email 的退订问题,我也遇到了同样的问题!

但如果我们能为所有发出的邮件添加简单的 SMTP 邮件头 “IsTransactional” = true,ElasticEmail 就会自动将所有邮件视为事务性邮件,从而只添加“管理通知”页脚,而不是“退订”页脚。

所以在我看来,这是 Elastic Email 和 Discourse 必须具备的要求。