How would you implement database updates via email?

前端 未结 6 535
萌比男神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:24

    use a dotnet popclient to read the incoming emails, parse them for whatever you are expecting and insert the data into the database.

    see codeproject website for simple popclient implementation you would have to decided on the email content yourself, eg data only, payload of sql statements, etc

提交回复
热议问题