emailotp


Nameemailotp JSON
Version 2.1.7 PyPI version JSON
download
home_page
SummarySending emails and otp verifications is super simple with emailotp
upload_time2023-10-05 16:35:55
maintainer
docs_urlNone
authorshaik afrid
requires_python
license
keywords email emalilsending emailotp emailsending emailsent email-send email-otp email_otp email_sending email-sending email- email_ verification email-verification email_verification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

# emailotp
Email otp simplifies email integration in Python, enabling users to send emails, facilitate OTP verification,  Enhance your app's email functionality effortlessly.
## Example

```python
from emailotp import emailotp
emailotp = emailotp()
responseFromEmailOtp = emailotp.send("toemail@gmail.com")
print(responseFromEmailOtp["message"])

``` 
## -- methods

```python
emailotp = emailotp()
responseFromEmailOtp = emailotp.sendOtp("toemail@gmail.com",123456)
print(responseFromEmailOtp["message"])
   

``` 

```python
emailotp = emailotp()
responseFromEmailOtp = emailotp.sendMessage("toemail@gmail.com","title","subject","body")
print(responseFromEmailOtp["message"])

``` 

```python
emailotp = emailotp()
responseFromEmailOtp = emailotp.custom("fromemail@gmail.com","passkey","toemail@gmail.com","title","subject","body")
print(responseFromEmailOtp["message"])

``` 




##  help
```python
emailotp = emailotp()
emailotp.help()

``` 
## Authors

- [SHAIK AFRID](https://www.github.com/afriddev)



## Getting Started

For help getting started with Python, view our online
[documentation](https://docs.python.org/3/).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "emailotp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "email,emalilsending,emailotp,emailsending,emailsent,email-send,email-otp,email_otp,email_sending,email-sending,email-,email_,verification,email-verification,email_verification",
    "author": "shaik afrid",
    "author_email": "<afridayan01@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2b/b1/3209e9020bf6a815ca9f376d4674cab278e1427639f7a553939d50becb8e/emailotp-2.1.7.tar.gz",
    "platform": null,
    "description": "\n\n# emailotp\nEmail otp simplifies email integration in Python, enabling users to send emails, facilitate OTP verification,  Enhance your app's email functionality effortlessly.\n## Example\n\n```python\nfrom emailotp import emailotp\nemailotp = emailotp()\nresponseFromEmailOtp = emailotp.send(\"toemail@gmail.com\")\nprint(responseFromEmailOtp[\"message\"])\n\n``` \n## -- methods\n\n```python\nemailotp = emailotp()\nresponseFromEmailOtp = emailotp.sendOtp(\"toemail@gmail.com\",123456)\nprint(responseFromEmailOtp[\"message\"])\n   \n\n``` \n\n```python\nemailotp = emailotp()\nresponseFromEmailOtp = emailotp.sendMessage(\"toemail@gmail.com\",\"title\",\"subject\",\"body\")\nprint(responseFromEmailOtp[\"message\"])\n\n``` \n\n```python\nemailotp = emailotp()\nresponseFromEmailOtp = emailotp.custom(\"fromemail@gmail.com\",\"passkey\",\"toemail@gmail.com\",\"title\",\"subject\",\"body\")\nprint(responseFromEmailOtp[\"message\"])\n\n``` \n\n\n\n\n##  help\n```python\nemailotp = emailotp()\nemailotp.help()\n\n``` \n## Authors\n\n- [SHAIK AFRID](https://www.github.com/afriddev)\n\n\n\n## Getting Started\n\nFor help getting started with Python, view our online\n[documentation](https://docs.python.org/3/).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sending emails and otp verifications is super simple with emailotp",
    "version": "2.1.7",
    "project_urls": null,
    "split_keywords": [
        "email",
        "emalilsending",
        "emailotp",
        "emailsending",
        "emailsent",
        "email-send",
        "email-otp",
        "email_otp",
        "email_sending",
        "email-sending",
        "email-",
        "email_",
        "verification",
        "email-verification",
        "email_verification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6909dc58adca4d9d4f16411e77bab2b245de0aa4eccd01797aa138012ba9cc86",
                "md5": "ddc9fb24e1335b55ea9142b809d2ea16",
                "sha256": "1202b109b656c69252e09f8506fc3afe21b79c7d7fbee9c82432f8ab05f14ba8"
            },
            "downloads": -1,
            "filename": "emailotp-2.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddc9fb24e1335b55ea9142b809d2ea16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4234,
            "upload_time": "2023-10-05T16:35:54",
            "upload_time_iso_8601": "2023-10-05T16:35:54.431571Z",
            "url": "https://files.pythonhosted.org/packages/69/09/dc58adca4d9d4f16411e77bab2b245de0aa4eccd01797aa138012ba9cc86/emailotp-2.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bb13209e9020bf6a815ca9f376d4674cab278e1427639f7a553939d50becb8e",
                "md5": "22ac6e8c9435db1444ac708f276bdeb4",
                "sha256": "fb36b680fa74296f942284f18080750cb4adaf1f520ee89832dff3c56f41328d"
            },
            "downloads": -1,
            "filename": "emailotp-2.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "22ac6e8c9435db1444ac708f276bdeb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4032,
            "upload_time": "2023-10-05T16:35:55",
            "upload_time_iso_8601": "2023-10-05T16:35:55.633529Z",
            "url": "https://files.pythonhosted.org/packages/2b/b1/3209e9020bf6a815ca9f376d4674cab278e1427639f7a553939d50becb8e/emailotp-2.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 16:35:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "emailotp"
}
        
Elapsed time: 0.12642s