Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 513 Bytes

File metadata and controls

21 lines (10 loc) · 513 Bytes

Own Email System using SMTP and PHPMailer

1.Create database "mail".

2.Import database.sql file.

3.Provide login credential for SMTP Server in mail.php file .

4.Login through index.php.

5.Send mail through mail.php after login.

Login Page:

Image of Login Page

Mail Page:

Image of Mail Page