Google 邮件过滤器 neverSpam
Google Mail Filter neverSpam
我有一个 PHP 应用程序可以通过 gmail 发送电子邮件。当网站事件发生时发送电子邮件,例如联系表。但是,电子邮件被放入收件人的垃圾邮件文件夹中。这封邮件的收件人有的在gmail,有的在outlook,有的在yahoo。
请问
姓名="neverSpam"
影响邮件的发送,所以收件人在垃圾邮件文件夹中看不到它?
发生这种情况似乎是因为收件人可能不是发件人联系人列表的成员,这是一种安全措施。这是来自 Gmail Help 的注释:
If you find that some senders' messages are consistently being
mislabeled as spam, you can prevent this by:
'Adding their email addresses to your Contacts list. Gmail will
deliver messages from members of your Contacts list to your inbox,
unless we know with high confidence that they are spam'
neverSpam 是过滤器操作属性的布尔值。如果您想确保您的邮件未被标记为垃圾邮件,请将收件人添加到您的联系人列表中。
我有一个 PHP 应用程序可以通过 gmail 发送电子邮件。当网站事件发生时发送电子邮件,例如联系表。但是,电子邮件被放入收件人的垃圾邮件文件夹中。这封邮件的收件人有的在gmail,有的在outlook,有的在yahoo。
请问
姓名="neverSpam"
影响邮件的发送,所以收件人在垃圾邮件文件夹中看不到它?
发生这种情况似乎是因为收件人可能不是发件人联系人列表的成员,这是一种安全措施。这是来自 Gmail Help 的注释:
If you find that some senders' messages are consistently being mislabeled as spam, you can prevent this by:
'Adding their email addresses to your Contacts list. Gmail will deliver messages from members of your Contacts list to your inbox, unless we know with high confidence that they are spam'
neverSpam 是过滤器操作属性的布尔值。如果您想确保您的邮件未被标记为垃圾邮件,请将收件人添加到您的联系人列表中。