Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. mail receiving from smtp using asp.net2.0

mail receiving from smtp using asp.net2.0

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorial
12 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S sbua

    Hi, Can anyone give me anidea of how to receive mail from smtp using asp.net2.0 Regards, sbua

    A Offline
    A Offline
    Abhijit Jana
    wrote on last edited by
    #2

    sbua wrote:

    Can anyone give me anidea of how to receive mail from smtp using asp.net2.0

    Did you search it in google before post it. Google Says[^]

    cheers, Abhijit

    B S 2 Replies Last reply
    0
    • A Abhijit Jana

      sbua wrote:

      Can anyone give me anidea of how to receive mail from smtp using asp.net2.0

      Did you search it in google before post it. Google Says[^]

      cheers, Abhijit

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #3

      Hi Abhijit, I think he is asking about recieving mail.You'll get a lot for sending a mail.What about recieving the mails?

      Cheers!! Brij

      A 1 Reply Last reply
      0
      • A Abhijit Jana

        sbua wrote:

        Can anyone give me anidea of how to receive mail from smtp using asp.net2.0

        Did you search it in google before post it. Google Says[^]

        cheers, Abhijit

        S Offline
        S Offline
        sbua
        wrote on last edited by
        #4

        Hi, yes but most of the result shows only for sending mail from smtp. I want to track receiving mail from smtp. Thanks

        A 1 Reply Last reply
        0
        • S sbua

          Hi, yes but most of the result shows only for sending mail from smtp. I want to track receiving mail from smtp. Thanks

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #5

          sbua wrote:

          yes but most of the result shows only for sending mail from smtp.

          Yaa..That's True

          sbua wrote:

          I want to track receiving mail from smtp.

          What does it mean by receiving mail ? SMTP (Simple Mail Transfer Protocol) is just a protocol which just used to send and receive between mail server. It does not have any relation with receiving mail. If you want to retrieve mail from server like GMAIL , then you need there Web API to access there mail. Hope its clears your doubts !!!

          cheers, Abhijit

          S 1 Reply Last reply
          0
          • A Abhijit Jana

            sbua wrote:

            yes but most of the result shows only for sending mail from smtp.

            Yaa..That's True

            sbua wrote:

            I want to track receiving mail from smtp.

            What does it mean by receiving mail ? SMTP (Simple Mail Transfer Protocol) is just a protocol which just used to send and receive between mail server. It does not have any relation with receiving mail. If you want to retrieve mail from server like GMAIL , then you need there Web API to access there mail. Hope its clears your doubts !!!

            cheers, Abhijit

            S Offline
            S Offline
            sbua
            wrote on last edited by
            #6

            Hi, I want to implement mail concepts in the newly developing site. For eg if the users send mails to this mail id emailsender@newsite.com then i have to read those mails from newsite.com Thanks

            A 1 Reply Last reply
            0
            • S sbua

              Hi, I want to implement mail concepts in the newly developing site. For eg if the users send mails to this mail id emailsender@newsite.com then i have to read those mails from newsite.com Thanks

              A Offline
              A Offline
              Abhijit Jana
              wrote on last edited by
              #7

              sbua wrote:

              Hi, I want to implement mail concepts in the newly developing site. For eg if the users send mails to this mail id emailsender@newsite.com then i have to read those mails from newsite.com

              Ya that I have alredy understood from your last response. If you want to implement mail concept with your newsite.com, First of all you need a MailServer. You can developed your own mail server or you can use mail server like Microsoft Exchange Server. Then after you can start your development of mail Client Application. newsite.com is your domin name. So for maintaining user and authentication of user you may need to use Active Directory also. If you want to implement using Exchange server, then you need learn about EWS (Exchange web service programming ) for send and retrieve email. Hope this give you a idea that what you needs !!!!

              cheers, Abhijit

              S 1 Reply Last reply
              0
              • B Brij

                Hi Abhijit, I think he is asking about recieving mail.You'll get a lot for sending a mail.What about recieving the mails?

                Cheers!! Brij

                A Offline
                A Offline
                Abhijit Jana
                wrote on last edited by
                #8

                Brij wrote:

                I think he is asking about recieving mail

                Yes.

                Brij wrote:

                You'll get a lot for sending a mail.

                That's also true.

                Brij wrote:

                What about recieving the mails?

                This question does not have any base. :-O I have already explain to him.

                cheers, Abhijit

                1 Reply Last reply
                0
                • A Abhijit Jana

                  sbua wrote:

                  Hi, I want to implement mail concepts in the newly developing site. For eg if the users send mails to this mail id emailsender@newsite.com then i have to read those mails from newsite.com

                  Ya that I have alredy understood from your last response. If you want to implement mail concept with your newsite.com, First of all you need a MailServer. You can developed your own mail server or you can use mail server like Microsoft Exchange Server. Then after you can start your development of mail Client Application. newsite.com is your domin name. So for maintaining user and authentication of user you may need to use Active Directory also. If you want to implement using Exchange server, then you need learn about EWS (Exchange web service programming ) for send and retrieve email. Hope this give you a idea that what you needs !!!!

                  cheers, Abhijit

                  S Offline
                  S Offline
                  sbua
                  wrote on last edited by
                  #9

                  Hi, I am using smtpout.secureserver.net to send mail to the users. How can i read the received mail from the application. Thanks

                  A C 2 Replies Last reply
                  0
                  • S sbua

                    Hi, I am using smtpout.secureserver.net to send mail to the users. How can i read the received mail from the application. Thanks

                    A Offline
                    A Offline
                    Abhijit Jana
                    wrote on last edited by
                    #10

                    sbua wrote:

                    I am using smtpout.secureserver.net

                    Sorry, I don't have any idea on that.

                    cheers, Abhijit

                    1 Reply Last reply
                    0
                    • S sbua

                      Hi, I am using smtpout.secureserver.net to send mail to the users. How can i read the received mail from the application. Thanks

                      C Offline
                      C Offline
                      Christian Graus
                      wrote on last edited by
                      #11

                      You need to write or use a mail server on the back end to receive mail, and then store that received mail into a database. Then you are just writing a normal data driven application to show the mail. Recieving mail actually has nothing to do with ASP.NET, not a single thing.

                      Christian Graus Driven to the arms of OSX by Vista.

                      S 1 Reply Last reply
                      0
                      • C Christian Graus

                        You need to write or use a mail server on the back end to receive mail, and then store that received mail into a database. Then you are just writing a normal data driven application to show the mail. Recieving mail actually has nothing to do with ASP.NET, not a single thing.

                        Christian Graus Driven to the arms of OSX by Vista.

                        S Offline
                        S Offline
                        sbua
                        wrote on last edited by
                        #12

                        Hi,

                        Christian Graus wrote:

                        You need to write or use a mail server on the back end to receive mail

                        I have no idea about mail server. Give me an useful link to learn about mail server briefly. Thanks

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups