This is a Beginner-level program that utilizes the Google Mail API to send emails from a sender's address to a recipient's address.
This project demonstrates how to integrate the Google Mail API to send emails programmatically. It serves as a prototype, and the final version with enhanced functionality will be released soon.
πΉ Ensure to replace the placeholder details with your actual sender and recipient email addresses before running the program.
β
Uses the Google Mail API to send emails
β
Simple and beginner-friendly implementation
β
Provides a foundation for future enhancements
β
Secure authentication using OAuth 2.0
- Enable the Gmail API in your Google Cloud Console.
- Obtain OAuth 2.0 credentials.
- Install the required Python packages:
pip install --upgrade google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client
python gmail bot2.pyGmail API Project
βββ gmail 2.py # Main program for sending emails.
βββ README.md # Project documentation..
This project is open-source and available under the MIT License.
Developed by Contractor and Actively maintained.