Skip to content

anil3a/codeigniter-gmail-client-api

Repository files navigation

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

About

Using Codeigniter with integration of Gmail Client API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published