Welcome to the Scholarship Management System Project! This website is designed to efficiently monitor and manage scholarship transactions, providing a seamless experience for both administrators and students.
This project was developed using HTML, CSS, and PHP to handle the basic operations involved in managing scholarships. Whether you're tracking applications, disbursements, or communications, this system offers a robust solution.
- Efficient Monitoring: Keep track of all scholarship transactions with ease.
- User-Friendly Interface: Built wirg HTML and CSS for an intuitive and responsive design.
- Backend Management System: Powered by PHP to Handle all server-side operations.
To send an email from your email address to a student's email address, follow these steps:
-
Enable 2-Step Verification:
- Go to your Google Account settings.
- Enable 2-step verification for enhanced security.
-
Generate an App Password:
- In your Google Account, navigate to the 'App passwords' section.
- Generate a unique password specifically for this application.
- Copy this password.
-
Update the email.php File:
- Navigate to the
gov
folder. - Open the
email.php
file. - Modify the following lines:
- Line 29: Insert your email address as the username.
- Line 30: Paste the password generated by Google.
- Navigate to the
That's it! Your email setup should now be configured to send emails from your address to students.
-
Clone the repository:
git clone https://github.com/omkarjavali/Scholarship-Management-System.git
-
Navigate to the project directory:
cd Scholarship-Management-System
-
Set up your environment and ensure all dependencies are installed.