Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.58 KB

File metadata and controls

34 lines (23 loc) · 1.58 KB

codeigniter-gmail-client-api

Using Codeigniter with integration of Gmail Client API in php.

Ability to recieve and send email using Gmail client API.

Installation

  • Clone Github repository
  • My application uses Mailparser and it requires extenstion php_mailparse.dll (windows) and I have downloaded from https://pecl.php.net/package/mailparse/3.0.4/windows
    • Also, add it to php.ini file after mbstring extension and restart the server.
  • Run composer install
  • Setup a domain to browser this application for ease.

Configuration

Previews and Example

  • I have added example/preview as screenshot of the application.

  • Button to Authenticate your application with Google apps alt Preview image 1

  • Fields to fill in before Gmail authentication and google_access_token gets filled up automatically. alt Preview image 2

  • Example screenshot showing when "Fetch emails" clicked, it pulls all your unread emails. alt Preview image 3