how to handle mail received in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agarwalsunitadhn
    New Member
    • Jan 2008
    • 82

    #1

    how to handle mail received in asp.net

    hello.
    I m just creating a page that when user places and order an email is automatically send to their email-id. but i dnt have an idea that how can i receive and store email sent by the client for further processing or in case of any query.
    Can anyone help me for handling incoming mails
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well you could either send a copy of the email to your own email address (or an email address for this web application)
    Or you could have a database store the information contained withen the email, and about the email (and anything else) in a table for future queries.

    Comment

    Working...