The document describes a "Notice sanding" project that allows an admin to send notices to registered users by email. The admin manages user registration and information in the database. Users can view and delete emails in their outbox but cannot delete notices received in their inbox. The interface includes a login box, home page with menus, registration page, inbox to view received emails, outbox to view and delete sent emails, option to change password, ability to send emails, and logout. User data is stored in login and user_profile tables while sent emails are recorded in the sendmail table.
1 of 12
Download to read offline
More Related Content
notice sending
1. NOTICE SANDING
The name of project “Notice sanding”. In this project the notices are
sent by admin to different users or faculty members. The notices are
sent by the admin to the registered users. The registration is done by the
admin. Once the notice is sent to the user’s email, the notice can’t be
deleted by the receiver’s inbox. The user can only uses the notice by
login into his/her accounts. The admin is responsible for managing the
information in the database. The user can send email to any user he want
and view or delete his sent mails. Admin has the full access of the
database and store the full information of faculty member (user) in the
database.
2. LOGIN BOX:-
Login box is a box in which a user enters his/her login id and password to enter the
home page. In other ways it is a gateway through which only permissible person can
enter a specific page.
3. HOME PAGE:-
Home page is similar to the home in real world in which all the options are given
whiten various menus.
5. INBOX PAGE:-
Received mail are stored In inbox menu.
According to our project are cannot delete mails in the inbox.
6. OUTBOX PAGE:-
Sent mails and mailing which are being sent are saved in outbox.
In our project we can view and delete in the outbox.
7. CHANGE PASSWARD:-
A user can change his/her password in this page by entering the previous password
and new password.
8. SENDMAIL:-
In send mail we can send email to any user of the email by enter his/her address,
subject, attachment files and type text in the body of email. It is similar to compose
mail of other email site.