CrazyEngineers
  • Online Mailing System in ASP.net

    VIVEK GUPTA

    Member

    Updated: Oct 26, 2024
    Views: 1.7K
    I am trying to make the project on online mailing system using asp.net but had a confusion how to start it and collect details to create it.

    please tell me the way to solve my problem so that i can do my project.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • VIVEK GUPTA

    MemberOct 7, 2012

    I am trying to make the project on online mailing system using asp.net but had a confusion how to start it and collect details to create it.

    please tell me the way to solve my problem so that i can do my project.
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorOct 7, 2012

    Welcome to CE, Vivek. Good to see that you're working on an interesting topic. Online mailing systems could mean different meaning - it could be simple email system or a notifications system or a bulk email program. The first thing to start your project would be to list out the functionality of the program and the features that you wish to incorporate.

    This is an important step, because it will help you decide the overall architecture of your project.
    Are you sure? This action cannot be undone.
    Cancel
  • VIVEK GUPTA

    MemberOct 7, 2012

    I want to make an E-Mail system which will be open by existing gmail/yahoo email id and retrive and send email to others and delete and manage the inbox
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorOct 8, 2012

    Okay, so as I understand, you want to fetch your existing emails from Yahoo, Gmail, Outlook into another web interface (say a unified inbox). I guess that's a little simpler than the other systems. You'll need to identify which protocols you're going to support viz. pop / imap or both; because not all email providers offer access out of the box. Gmail is way better in offering both protocol support.

    How about writing a basic program to fetch email from various mailboxes using POP, using ASP.net? Give it a try. I'm tagging #-Link-Snipped-# , #-Link-Snipped-# to help you out. It'd be great if you could share your first attempts at the code.
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberOct 8, 2012

    VIVEK GUPTA
    I want to make an E-Mail system which will be open by existing gmail/yahoo email id and retrive and send email to others and delete and manage the inbox
    Nice effort buddy. First off, you must have an SMTP Server with its port 25 open. Do you have that? Next would be the MTA Setup. Let us know how much you have progressed, so that we can help you out. 😀
    Are you sure? This action cannot be undone.
    Cancel
  • simplycoder

    MemberOct 8, 2012

    Praveen-Kumar
    Nice effort buddy. First off, you must have an SMTP Server with its port 25 open. Do you have that? Next would be the MTA Setup. Let us know how much you have progressed, so that we can help you out. 😀
    According to me,In order to send mail, dedicated SMTP port 25 is not mandate, its also possible to use gmail.
    Are you sure? This action cannot be undone.
    Cancel
  • simplycoder

    MemberOct 8, 2012

    Praveen-Kumar
    Nice effort buddy. First off, you must have an SMTP Server with its port 25 open. Do you have that? Next would be the MTA Setup. Let us know how much you have progressed, so that we can help you out. 😀
    According to me,In order to send mail, dedicated SMTP port 25 is not mandate, its also possible to use gmail.

    VIVEK GUPTA
    I am trying to make the project on online mailing system using asp.net but had a confusion how to start it and collect details to create it.

    please tell me the way to solve my problem so that i can do my project.
    It will be helpful for us if you can show us how much of this is been done and let us know on the mock up.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register