Metadata-Version: 2.1
Name: gmail_sms
Version: 0.0.5
Summary: This is gmail_sms package used for sending emails to single as well as multiple users
Project-URL: Homepage, https://github.com/esraldesta/gmail_sms
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Esral Desta <esraldesta@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

## This is gmail_sms package used for sending emails to single as well as multiple users

> **import the send_message function from gmail_sms.gmail**
```
from gmail_sms.gmail import send_message
```

> **define the required parameters**
```
gmail_user = 'example@gmail.com'
gmail_app_password = 'gmail app password' ==> to create one [Link](https://myaccount.google.com/apppasswords) 
recipient = "recipientUser1@gmail.com , recipientUser2@gmail.com"
subject = "How Are You"
body = "Selam, How are you"
```
> **call the send_message function**
```
# send_message(gmail_user,mmco jnui hujw oqrp,recipient,subject,body)