KevinPatel04 / sending-email-using-php

Sending Mail Using PHPMailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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