Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesanjeevsharma/notsosmart-email-service
PHP based email service.
https://github.com/thesanjeevsharma/notsosmart-email-service
corephp email php7
Last synced: about 5 hours ago
JSON representation
PHP based email service.
- Host: GitHub
- URL: https://github.com/thesanjeevsharma/notsosmart-email-service
- Owner: thesanjeevsharma
- Created: 2019-02-11T05:20:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T06:24:07.000Z (over 5 years ago)
- Last Synced: 2024-10-12T02:44:32.601Z (27 days ago)
- Topics: corephp, email, php7
- Language: PHP
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notSoSmart-Email-Service
##### Note
This is a project I created in Core PHP after two days of learning. This project is vulnerable to attacks and has some security issues. Feel free to add some features to the project; PRs welcomed!## Instructions
Instructions related to DB are written in `db-connect.php`.
Basically, create a DB named `users` which will contain two tables namely `users` and `messages`.
Structure is specified in the same file.## Uses
This project can be used for following purposes:
1. University Projects
2. Web Development Tasks### Issues
This project lacks few basic things like, it won't tell you what's wrong with the registeration and login, it will simply redirect. I couldn't add this functionality because I got into some other projects. xD Other than this the project works just fine. :)
Also, you might feel that code could have been a bit cleaner. Again, it's because I wanted to try out PHP by building something. When the project turned out to be good, I decided to push it here. I hope this helps you in some way.**Developed by:** [Sanjeev Sharma](https://thesanjeevsharma.github.io)