我有一份现有的“p.net c#”申请,我谨执行一个功能,使用户能够通过电子邮件张贴内容。 用户将发送电子邮件给指定地址,该系统将安装电子邮件,并利用电子邮件主题、机构和任何所附图像制作数据库条目。 我提议的办法是建立一个窗口服务,使电子邮件提供人能够检索收到的电子邮件。 然后,该处将利用现有图书馆进行电子邮件:。 用户将按外地电子邮件地址与作为自动网成员的对应,然后从该用户的电子邮件内容中插入新的记录。 最初,窗户服务将有一个单独的EC2案例,由于目前的东道方不允许根本进入,我为此设置了这个例子。 但是,最终我很可能把整个地点移至EC2。
Before I dive in I wanted to get some feedback from you all on my overall approach and architecture. More specifically:
- Is what I described above the approach you would take?
- Would you recommend implementing a web service to manage the interactions between the windows service and the database of the asp.net site? Or would you recommend hitting the database directly?
- If I program the windows service to ping the email provider every 30 seconds, will that be a problem?
- Do you foresee any security issues with this approach I ve outlined?
- What about issues with reliability (needs to be a 24x7 service)?
附加背景——即星号网站是一个清单系统,每个条目都有名称、描述和选择性图像。 从电子邮件中,该主题将成为名称,尸体将成为描述,图像是图像。 如果你重新熟悉邮政博客平台,那么你就有一个很好的参照点来说明我所要完成的工作。