Java:Apache commons邮件立即进入hotmail垃圾文件夹
有没有办法让我的电子邮件通过这些 hotmail 过滤器? 在 gmail 中,邮件到达收件箱文件夹
Is there a way to make my email pass through these hotmail filters?
In gmail the mails arrive in the inbox folder
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
让您的电子邮件看起来不像垃圾邮件。 MS 提供了一些提示。
Make your email look less like spam. MS provides some tips.
即使我遇到了同样的问题,但我修改了流程,例如
1) 一旦注册用户,我们将向他们的收件箱发送一封确认邮件,并要求用户回复同一封邮件。
这样 Hotmail 或 gmail 就不会将您的邮件视为垃圾邮件/垃圾邮件。通过这种方式,您可以防止邮件进入垃圾邮件或垃圾邮件文件夹。
或者另一种方法是在您的应用程序中的某个位置告诉人们“将此邮件标记为非垃圾邮件”。
如果您有类似的应用程序,我希望这可能会有所帮助。
Even I had the same problem, But I Modified the flow like
1) Once the registered user, we will send a confirmation mail to their inbox and ask the user to respond back to the same Mail.
So that Hotmail or gmail wont think your mail as Spam/JUnk. IN that way you can prevent the mails going to SPam or Junk folder.
Or one more way is to tell people as " to Mark this mail as NOT SPAM" some where in your application.
I hope this might help, if you have the similar kind of application.