User1247747107 posted
Hi
I want to write (or find already available) some service that listens on port 25 and any emails that arrive there are added into a database table.
I don't want to execute any sql commands, I just want to insert the contents of the email directly into the database.
When searching I can only find warning about executing SQL on the database e.g. with sp_processmail which can't apply since I don't want to process the message, just store it.
Anybody got any ideas?
Thanks