infi-email


Nameinfi-email JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryEmail package for infinity team
upload_time2023-12-13 07:58:31
maintainer
docs_urlNone
authorInfinity Team
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Email Package

## Introduction

infi_email is a package that send email.

## Installation

Install the package via pipenv:

    pipenv install infi_email

## Features

- send_email function can send email from one email to others.


## Usage Example

### send_email

    from infi_email import send_email

    # Replace all variables to the variables you need

    from_email: str = "from email here"
    email_password: str = "your email password"
    
    mails: list[str] = ["to email here"]
    subject: str = "your subject"
    message: str = "your message"
    
    send_email(from_email, email_password, mails, subject, message)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "infi-email",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Infinity Team",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ad/47/288e2f13fbfbebed6ded7449da842b7714714914ee617b449b103211fb69/infi_email-0.0.2.tar.gz",
    "platform": null,
    "description": "# Email Package\r\n\r\n## Introduction\r\n\r\ninfi_email is a package that send email.\r\n\r\n## Installation\r\n\r\nInstall the package via pipenv:\r\n\r\n    pipenv install infi_email\r\n\r\n## Features\r\n\r\n- send_email function can send email from one email to others.\r\n\r\n\r\n## Usage Example\r\n\r\n### send_email\r\n\r\n    from infi_email import send_email\r\n\r\n    # Replace all variables to the variables you need\r\n\r\n    from_email: str = \"from email here\"\r\n    email_password: str = \"your email password\"\r\n    \r\n    mails: list[str] = [\"to email here\"]\r\n    subject: str = \"your subject\"\r\n    message: str = \"your message\"\r\n    \r\n    send_email(from_email, email_password, mails, subject, message)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Email package for infinity team",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cf5e3808b98623ff85c3b1647bf83ef6d3f395561b14d8c8535381d670a9b11",
                "md5": "6ac4102dfba1301b28e462f9dfcd0c48",
                "sha256": "055091d939bf844cf64589a6e1172f67e9e3781ad92be93c9c35dfdd5d753703"
            },
            "downloads": -1,
            "filename": "infi_email-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ac4102dfba1301b28e462f9dfcd0c48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2848,
            "upload_time": "2023-12-13T07:58:30",
            "upload_time_iso_8601": "2023-12-13T07:58:30.331813Z",
            "url": "https://files.pythonhosted.org/packages/3c/f5/e3808b98623ff85c3b1647bf83ef6d3f395561b14d8c8535381d670a9b11/infi_email-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad47288e2f13fbfbebed6ded7449da842b7714714914ee617b449b103211fb69",
                "md5": "42d4cbcce54922fff3b45ed71e1929e2",
                "sha256": "3c8239de9c9da364a6f3161211f62c1d63b3f18bb03bc973bb18dbc77107a621"
            },
            "downloads": -1,
            "filename": "infi_email-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "42d4cbcce54922fff3b45ed71e1929e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2037,
            "upload_time": "2023-12-13T07:58:31",
            "upload_time_iso_8601": "2023-12-13T07:58:31.535733Z",
            "url": "https://files.pythonhosted.org/packages/ad/47/288e2f13fbfbebed6ded7449da842b7714714914ee617b449b103211fb69/infi_email-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 07:58:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "infi-email"
}
        
Elapsed time: 0.14562s