https://github.com/thealoneprogrammer/login-register-page-using-php-mailer
Creating a registration page by sending email varification using phpMailer.
https://github.com/thealoneprogrammer/login-register-page-using-php-mailer
Last synced: 5 months ago
JSON representation
Creating a registration page by sending email varification using phpMailer.
- Host: GitHub
- URL: https://github.com/thealoneprogrammer/login-register-page-using-php-mailer
- Owner: thealoneprogrammer
- Created: 2019-01-18T12:30:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T20:27:33.000Z (about 7 years ago)
- Last Synced: 2024-12-27T15:11:03.216Z (over 1 year ago)
- Language: PHP
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login-Register-page-using-PHP-Mailer
Creating a registration page by sending email varification using phpMailer.
This Project is developped how one can create a register/login page by sending email varification using phpMailer library.
This project includes register /login modal and also a forgot password modal.
When a user first register's an email will be sent to his email address and he can only login after he confirm hus account.
And the user also request for forgot his password and a link will be sent to his mail address to reset his account.
```
Note:
1)Create a database named phpmailer in backend-server (xampp or wampp or any other localhost server) and import db.sql code(which is present inside database folder).
2)In index.php and activate_email.php you have to put your email address and password so as to send an email in mentioned place or else mail will not be sent.
```