phpEmailSystem
phpEmailSystem copied to clipboard
Simple PHP Email System
phpEmailSystem
Simple PHP Email System
Used technologies:
- HTML
- CSS
- JAVASCRIPT
- PHP
- MYSQL
- phpmyadmin
I designed a simple mail system from this project. In this mail system, I checked the features of adding, deleting and changing data via mysql using PHP's PDO structure.
I made this project while learning php. So I may have a certain mistake. You can help me by doing the following tasks or correcting the code here.
- [ ] Find and fix vulnerabilities in the login and registration sections.
- [x] Add the "remember me" option to the login section and code it accordingly.
- [ ] Include a page with sent emails.
- [ ] Add delete feature to sent and received messages in database.
- [ ] Write an algorithm that detects spam messages.
- [ ] Add a page that contains spam messages.