The Gmail API Contact WordPress Plugin allows you to manage contact forms and send messages via Gmail API directly from your WordPress website.
- Ajax Actions Hook for Admin: Handles Ajax actions for the admin panel.
- Assets Registration: Enqueues necessary styles and scripts for the admin area.
- Admin Initialization: Initializes the admin part for handling assets or execution in the admin area.
- Admin Menu: Adds a submenu page for Mail Config under the options-general.php menu.
- Ajax Config POST: Handles Ajax requests to update Gmail API credentials.
- Ajax Admin Config Update: Handles Ajax requests to update admin configurations.
- Option Page: Displays the admin options page with different configurations.
- Login: Generates a login link for Google Account authentication.
- Admin Config: Displays and updates the admin configurations for Gmail API.
- Set Config: Displays the initial configuration form for Gmail API.
- Installation: Install the plugin in your WordPress environment.
- Configuration:
- Access the Mail Config submenu under options-general.php.
- Set up the Gmail API credentials and configure other admin settings.
- Authorize the application.
- Download the plugin zip file or clone the repository.
- Upload the plugin folder to the
wp-content/plugins/
directory. - Activate the plugin through the WordPress admin panel.
If you want to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Mention anyone who helped or inspired you in this project.