- Frontend
- HTML
- CSS
- Bootstrap
- Backend
- Django
- Database
- SQLite3
First, clone the repository to your local machine:
git clone git@github.com:samir321-pixel/Sending_Mail_with_Django.git
pip install -r requirements.txt
python manage.py migrate
EMAIL_HOST_USER = 'yourgmailid.com'
EMAIL_HOST_PASSWORD = 'yourgmailpassword'
python manage.py runserver
The project will be available at http://127.0.0.1:8000/.