ASP.NET Webmail Engine

A friend of mine asked me today if there is any open source or commercially available Webmail / Email "engine". When I asked her what she meant by engine, I have a list of features that his boss asked for -

  • Web interface for login and email access
  • Ability to send / receive / forward emails using the web interface
  • The ability to compose and save drafts using the web interface
  • Ability to delete emails, empty deleted items folder using web interface
  • Ability to search by email (by sender's email, subject, content)
  • Maintaining and managing a list of contacts (email addresses) using the web interface
  • Allow users to sync their emails with iPhone / Windows Mobile smartphones

I found SharpWebMail to have some functionality, although it hasn't been updated recently, the last update was in April 2006. I tend to use ASP.NET, the suggestion is to primarily use email in conjunction with intranet (developed by in ASP.NET). If you have any suggestions, please let me know.

Indie

+1


source to share


2 answers


Exist



try google mail server with web client or similar

+1


source


I would use gmail apps for the web part: http://www.google.com/apps/intl/en/business/index.html

Great web interface and you can have form addresses user.name@yourdomain.com (not just @ gmail.com)



It has mobile support and also allows you to use other clients using pop or imap if you need to use desktop software to sync, etc.

+1


source







All Articles