Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-gulsen/phpemailsystem

Simple PHP Email System
https://github.com/furkan-gulsen/phpemailsystem

email php php-project php7 phpemailsystem phpmyadmin

Last synced: 11 days ago
JSON representation

Simple PHP Email System

Awesome Lists containing this project

README

        

# 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.