asp.net - sending email into sql server 2008 -


What are some strategies to programmatically install an email interface between a POP3 mailbox and a SQL Server database ?

I want to be able to set up an account, say "sqldb@mydomain.com", and any emails sent to that email address I would like the sender's email address, subject and body, a table Message sent in (For simplicity, say that the table is called 'Email' and only those three columns).

What are some of the options available to complete this?

I recommend writing a windows service which periodically selects the email box This example was found for reading POP3 emails:

And also:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -