Designing an internal messaging system using ASP.NET/C#

  • Thread starter Thread starter Itai
  • Start date Start date
I

Itai

I require implementing an internal messaging sub-system in asp.net
website where users send messages to each other using their userid for
the address.
No SMTP / POP3 functionality required except in one case where I
require sending an email notification to a user when new mail has
arrived to his "internal mailbox". I am currently designing the
solution and would very much appreciate to see similar solutions to
the problem I'm facing. I would just like to emphasize that I *do not*
require a full blown email server solution but a simple internal
"webmail" sort of kind.

If anybody has previously faced this issue or know of a sample program
in C# that demonstrates a proposed solution to the logic and storage I
would be very happy to get the reference or some ideas.

Thanks in advance,

-Itai.
 
Back
Top