Thursday, May 5, 2011

sending email into sql server 2008

What are some strategies for programatically setting up an email interface between a pop3 mailbox and an sql server database ?

I'd like to be able to setup an account, say "sqldb@mydomain.com", and any email sent to that email address I'd like to senders email address, the subject and the body of the message inserted into a table (for simplicity let say the table is called 'email' and has just those three columns).

What are some of the available options to accomplish this?

From stackoverflow

0 comments:

Post a Comment