Krish(kj432), Seunggyu(sl2486), Anirudh(lb1115)
SMTP Server HTML5 SQLAlchemy Flask Framework
- Execute the application code.
python run.py
- Turn on the local aiosmtpd server for email alerts
python -m aiosmtpd -n -l localhost:1025
- Add an admin to the database.
curl -X POST http://localhost:5000/admin/register \
-H "Content-Type: application/json" \
-d '{
"username": "admin",
"password": "1q2w3e4r",
"email": "admin@example.com"
}'


























