Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/furkan-gulsen/phpemailsystem
- Owner: Furkan-Gulsen
- License: mit
- Created: 2019-07-17T18:37:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T08:04:30.000Z (over 5 years ago)
- Last Synced: 2023-03-05T09:34:19.379Z (almost 2 years ago)
- Topics: email, php, php-project, php7, phpemailsystem, phpmyadmin
- Language: PHP
- Size: 19.5 KB
- Stars: 17
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# phpEmailSystem
Simple PHP Email System**Used technologies:**
- HTML
- CSS
- JAVASCRIPT
- PHP
- MYSQL
- phpmyadminI 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.