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
  1. Home
  2. General Programming
  3. C#
  4. How to create a Web site in which user can create his mail account

How to create a Web site in which user can create his mail account

Scheduled Pinned Locked Moved C#
csharpasp-netcomsysadmintutorial
5 Posts 3 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.
  • R Offline
    R Offline
    rahuladya
    wrote on last edited by
    #1

    Hello Forum I am new for this concept. I want to create a web site in Asp.Net using c#.Net in which user can create his mail account like in code project,yahoo or gmail etc...like abc@gmai.com Do i need my own server?or the domain space will be sufficient on any server? Any Basic Technology required? Can any bdy tell me some steps to follow in the creation of that Web site My basic Confusion is how and where to store the Mails and their format...? Thanx n Regards Rahul

    L 1 Reply Last reply
    0
    • R rahuladya

      Hello Forum I am new for this concept. I want to create a web site in Asp.Net using c#.Net in which user can create his mail account like in code project,yahoo or gmail etc...like abc@gmai.com Do i need my own server?or the domain space will be sufficient on any server? Any Basic Technology required? Can any bdy tell me some steps to follow in the creation of that Web site My basic Confusion is how and where to store the Mails and their format...? Thanx n Regards Rahul

      L Offline
      L Offline
      Lev Danielyan
      wrote on last edited by
      #2

      The domain name is not sufficient for hosting a mail server. The hard way will be to create a Mail Server web application, but actually there are a lot of ready solutions, so you can go the easy way, i.e. register a domain name and tie it with Google Apps[^], it's free and setup takes minutes. But, if you really want to go for your own mail server, start by reading the following RFCs: RFC 821 - SMTP[^] RFC 1939 - POP3[^] RFC 3501 - IMAP4rev1[^] PS. RFC - Request for comments, this is basically the description of protocols. SMPT/POP3 - are protocols for sending/receiving e-mail, IMAP4 - is also a mail protocol, but a very sophisticated one.

      Regards, Lev

      R 1 Reply Last reply
      0
      • L Lev Danielyan

        The domain name is not sufficient for hosting a mail server. The hard way will be to create a Mail Server web application, but actually there are a lot of ready solutions, so you can go the easy way, i.e. register a domain name and tie it with Google Apps[^], it's free and setup takes minutes. But, if you really want to go for your own mail server, start by reading the following RFCs: RFC 821 - SMTP[^] RFC 1939 - POP3[^] RFC 3501 - IMAP4rev1[^] PS. RFC - Request for comments, this is basically the description of protocols. SMPT/POP3 - are protocols for sending/receiving e-mail, IMAP4 - is also a mail protocol, but a very sophisticated one.

        Regards, Lev

        R Offline
        R Offline
        rahuladya
        wrote on last edited by
        #3

        Hello Lev, Thanx for ur reply and sorry for cross posting. Lev can u send me any link or help regarding tying my domain name with google apps...I am not able to getting u exactly.. Thanx again Lev.

        L L 2 Replies Last reply
        0
        • R rahuladya

          Hello Lev, Thanx for ur reply and sorry for cross posting. Lev can u send me any link or help regarding tying my domain name with google apps...I am not able to getting u exactly.. Thanx again Lev.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Register a domain with a registrar like godaddy[^] and then purchase some hosting. Shouldn't be more then 10$ a month. You can pay some extra $ for 100 extra emails. The you are free to create as many whateveryoulike@yourdomains.com as you wish.

          1 Reply Last reply
          0
          • R rahuladya

            Hello Lev, Thanx for ur reply and sorry for cross posting. Lev can u send me any link or help regarding tying my domain name with google apps...I am not able to getting u exactly.. Thanx again Lev.

            L Offline
            L Offline
            Lev Danielyan
            wrote on last edited by
            #5

            Just like Eliot said :) But with Google Apps you won't need to purchase a hosting and pay for e-mail addresses, just a domain name is enough. I've already given you the link, but here it goes again Google Apps[^]. Read their tutorials and you'll have everything straightened out. PS. I switched to google apps a couple of months ago, and it's really cool for a free product (they do actually have a commercial version with more options, but you decide what you need ;))

            Regards, Lev

            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