How would you implement database updates via email?

前端 未结 6 531
萌比男神i
萌比男神i 2021-02-04 22:11

I\'m building a public website which has its own domain name with pop/smtp mail services. I\'m considering giving users the option to update their data via email - something sim

6条回答
  •  难免孤独
    2021-02-04 22:28

    I have done something similar, using Lumisoft's IMAP client and scheduling a task in my app that checks every x minutes the configured mail address for updates. For scheduling I recommend quartz.net. No launching external processes or anything.

提交回复
热议问题