Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 652 Bytes

sending-email-using-php

Setup

  1. Unzip the folder email.zip and extract all the files.
  2. Copy all the php file and paste it into the folder containing the extracted files
  3. Set Gmail Credentials in config.php file

Note : Please grant access to low secure app from your google account through which you want to send email. Grant access to low secure app.

That's it, you are all set to Send Email Using PHPMailer automatically through your Gmail account.

Thank You

KevinPatel04