py-smtper


Namepy-smtper JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/alisharify7/py-smtper
Summarypython client library for sending smtp request (emails) easily.
upload_time2024-11-08 14:01:58
maintainerNone
docs_urlNone
authorali sharify
requires_python>=3.8
licenseMIT
keywords smtp python-email send-email py-smtper py-mailer python-smtp-email
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            py-smtper
===============

🚀  py-smtper is a Python SMTP client for sending SMTP requests, with connection pooling and fallback option.
---


<img src="https://raw.githubusercontent.com/alisharify7/py-smtper/main/doc/smtper.png">

Py-Smtper is a python client package that help you send smtp request (emails) easily.
----


🔨 How to install
---
    pip install p-smtper


📍 how to use
---

1.0 create an instance of MailManager class
---

```python
    from py_smtper import MailManager
    mail_manager = MailManager(host, port, user, pass, use_ssl, etc)
```

## 2.0 send emails

```python
    mail_manager.send(service_name=, body=, subject=, receiver_email=)
    mail_manager.send_bulk(subject=, body=, recipients=, service_name=)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alisharify7/py-smtper",
    "name": "py-smtper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "smtp, python-email, send-email, py-smtper, py-mailer, python-smtp-email",
    "author": "ali sharify",
    "author_email": "alisharifyofficial@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/83/6f/b9bdee08bc0830e9f528580baf258001933e47e603781067b367ea6df0c7/py_smtper-1.0.0.tar.gz",
    "platform": null,
    "description": "py-smtper\r\n===============\r\n\r\n\ud83d\ude80  py-smtper is a Python SMTP client for sending SMTP requests, with connection pooling and fallback option.\r\n---\r\n\r\n\r\n<img src=\"https://raw.githubusercontent.com/alisharify7/py-smtper/main/doc/smtper.png\">\r\n\r\nPy-Smtper is a python client package that help you send smtp request (emails) easily.\r\n----\r\n\r\n\r\n\ud83d\udd28 How to install\r\n---\r\n    pip install p-smtper\r\n\r\n\r\n\ud83d\udccd how to use\r\n---\r\n\r\n1.0 create an instance of MailManager class\r\n---\r\n\r\n```python\r\n    from py_smtper import MailManager\r\n    mail_manager = MailManager(host, port, user, pass, use_ssl, etc)\r\n```\r\n\r\n## 2.0 send emails\r\n\r\n```python\r\n    mail_manager.send(service_name=, body=, subject=, receiver_email=)\r\n    mail_manager.send_bulk(subject=, body=, recipients=, service_name=)\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python client library for sending smtp request (emails) easily.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/alisharify7/py-smtper"
    },
    "split_keywords": [
        "smtp",
        " python-email",
        " send-email",
        " py-smtper",
        " py-mailer",
        " python-smtp-email"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6c12ede0d181eedac7343a9e9e5b1366d08514835a9d5c8c5ba76789ece6e2f",
                "md5": "46ba84dad2fa71ad495c2f26708e0044",
                "sha256": "0c3115f0bb1a4e6bc3249dc67642b08034a41426e35d26d0fdc265266184cd66"
            },
            "downloads": -1,
            "filename": "py_smtper-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46ba84dad2fa71ad495c2f26708e0044",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16743,
            "upload_time": "2024-11-08T14:01:56",
            "upload_time_iso_8601": "2024-11-08T14:01:56.288038Z",
            "url": "https://files.pythonhosted.org/packages/a6/c1/2ede0d181eedac7343a9e9e5b1366d08514835a9d5c8c5ba76789ece6e2f/py_smtper-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "836fb9bdee08bc0830e9f528580baf258001933e47e603781067b367ea6df0c7",
                "md5": "cf9ad9f83f2676977dac5f22e68b8af5",
                "sha256": "ee5aa32ef96f4766543c22a85786249859a7c36053a9067c2dac35558611d74f"
            },
            "downloads": -1,
            "filename": "py_smtper-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cf9ad9f83f2676977dac5f22e68b8af5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16013,
            "upload_time": "2024-11-08T14:01:58",
            "upload_time_iso_8601": "2024-11-08T14:01:58.083847Z",
            "url": "https://files.pythonhosted.org/packages/83/6f/b9bdee08bc0830e9f528580baf258001933e47e603781067b367ea6df0c7/py_smtper-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 14:01:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alisharify7",
    "github_project": "py-smtper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "py-smtper"
}
        
Elapsed time: 0.39774s