简体   繁体   English

将入站电子邮件数据提取到 J2ee 应用程序中

[英]Fetch inbound email data into J2ee Application

任何人都知道 API 服务可以帮助我将电子邮件信息存储在客户端回复的 J2EE 应用程序中。

This is a matter of mail server configuration.这是邮件服务器配置的问题。 Your mail server needs to let your Java EE know that a message has been received.您的邮件服务器需要让您的 Java EE 知道已收到消息。 Or you are using Gmail and you can configure push notifications.或者您正在使用 Gmail 并且您可以配置推送通知。

See similar question here: How to run code when you receive an email在此处查看类似问题: How to run code when you receive an email

Gmail push notifications: https://developers.google.com/gmail/api/guides/push Gmail 推送通知: https : //developers.google.com/gmail/api/guides/push

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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