How would you implement database updates via email?
Posted
by jules
on Stack Overflow
See other posts from Stack Overflow
or by jules
Published on 2008-09-24T08:44:54Z
Indexed on
2010/03/25
13:23 UTC
Read the original article
Hit count: 280
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 similar to the functionality found in Flickr or Blogger where you email posts to a special email address. The email data is then processed and stored in the underlying database for the website.
I'm using ASP.NET and SQL Server and using a shared hosting service. Any ideas how one would implement this, or if it's even possible using shared hosting?
Thanks
© Stack Overflow or respective owner