Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I developed a school software where i want that the student interact with each other with email within the software.
1) how can i develop the mailing system?
2) the mail is stored in the database(MSsql etc) or simple stored as a text file?
3) how the process goes?
etc etc...
thanx

Faiz
Posted

1 solution

Those aren't questions we can answer: they are your design features.

1) how can i develop the mailing system?
In the same way you would develop any other project: specify, design, document, code, test, repeat.
2) the mail is stored in the database(MSsql etc) or simple stored as a text file?
Totally up to you. This is part of your design, and a decision only you can make, based on other features of your design, such as any need for security, "back-door" access, content and abuse monitoring, and so forth.
3) how the process goes?
See (1)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900