Django Mail Server Setup Create a new virtual environment and activate it. Then install the dependencies: pip install -r requirements.txt Running the Project Activate the virtual environment Navigate to the project directory and run the server: cd mailingserver python manage.py runserver