Incoming Mail to DB

Discussion in 'Databases' started by fhx, Aug 23, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. fhx

    fhx

    Greetings,

    I would like to have a service on the Server that is detecting incoming mails and is transferring these mails into my DB.

    Is there anyone who has done this and/or know of a already existing solution for this.

    Thanks and best,

    Frank
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Never heard of any canned application that will do what you want.

    However, such application should not be that hard to built. You can use any of the POP3 component to pull the email and write your own code to stick em into the database.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page