gmail-sms


Namegmail-sms JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryThis is gmail_sms package used for sending emails to single as well as multiple users
upload_time2023-09-23 14:43:46
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 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)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gmail-sms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Esral Desta <esraldesta@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b7/d8/a535e245bc485aa174bab0183cd55330f25a6f8a59695d51f65ebe0e5eac/gmail_sms-0.0.5.tar.gz",
    "platform": null,
    "description": "## This is gmail_sms package used for sending emails to single as well as multiple users\n\n> **import the send_message function from gmail_sms.gmail**\n```\nfrom gmail_sms.gmail import send_message\n```\n\n> **define the required parameters**\n```\ngmail_user = 'example@gmail.com'\ngmail_app_password = 'gmail app password' ==> to create one [Link](https://myaccount.google.com/apppasswords) \nrecipient = \"recipientUser1@gmail.com , recipientUser2@gmail.com\"\nsubject = \"How Are You\"\nbody = \"Selam, How are you\"\n```\n> **call the send_message function**\n```\n# send_message(gmail_user,mmco jnui hujw oqrp,recipient,subject,body)",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is gmail_sms package used for sending emails to single as well as multiple users",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/esraldesta/gmail_sms"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3f99c273448172279d6f4c93fb42daf5b39c23d2ca1635769eb37a9e7721d02",
                "md5": "d9f596a3488615379cc998147f615e1c",
                "sha256": "5802610791241698ca7a59df33139050632a147a19a2dfff2ada48b60d6b2a66"
            },
            "downloads": -1,
            "filename": "gmail_sms-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9f596a3488615379cc998147f615e1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2787,
            "upload_time": "2023-09-23T14:43:44",
            "upload_time_iso_8601": "2023-09-23T14:43:44.328349Z",
            "url": "https://files.pythonhosted.org/packages/b3/f9/9c273448172279d6f4c93fb42daf5b39c23d2ca1635769eb37a9e7721d02/gmail_sms-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7d8a535e245bc485aa174bab0183cd55330f25a6f8a59695d51f65ebe0e5eac",
                "md5": "044d57c72cfd531e680b05747824c5b3",
                "sha256": "8e80734945be57e15a217525ca18f2f46873e13c0d29a6a2117237f512c8b01a"
            },
            "downloads": -1,
            "filename": "gmail_sms-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "044d57c72cfd531e680b05747824c5b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2016,
            "upload_time": "2023-09-23T14:43:46",
            "upload_time_iso_8601": "2023-09-23T14:43:46.105115Z",
            "url": "https://files.pythonhosted.org/packages/b7/d8/a535e245bc485aa174bab0183cd55330f25a6f8a59695d51f65ebe0e5eac/gmail_sms-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-23 14:43:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "gmail-sms"
}
        
Elapsed time: 0.57363s