SendEmailPy3


NameSendEmailPy3 JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/GouthamOfTheNP/send_email
SummaryEasy email sending for Python 3
upload_time2024-10-06 02:36:09
maintainerNone
docs_urlNone
authorGoutham Narayana Pedinedi
requires_pythonNone
licenseMIT
keywords send email python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Email Sender Module
## Abstracted module for sending emails
### This module was made so that you don't have to worry about writing the code for sending emails yourself. This module can be used with multiple different email clients, and can be used to send multiple emails.

##### License must be followed while using this package.

## Documentation

### Parameters (required for all functions and methods)

Subject, content, receiver, username (sender's), password (sender's)
Additonal parameters: filepath

### Recommended import statement
```py
import sendemailpy3 as smpy
```

### Mail Commands
#### Gmail
```py
smpy.send_gmail(...)
```

#### Outlook
```py
smpy.send_outlook_email(...)
```

#### Yahoo Mail
```py
smpy.send_yahoo_email(...)
```

#### Proton Mail
```py
smpy.send_proton_email(...)
```

### Sending an email using procedural syntax
```py
import sendemailpy3 as smpy

smpy.send_gmail(...)
```

### Sending an email using object-oriented syntax
```py
import sendemailpy3 as smpy

email_sender = smpy.EmailSender()
email.send_gmail(...)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GouthamOfTheNP/send_email",
    "name": "SendEmailPy3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "send, email, python",
    "author": "Goutham Narayana Pedinedi",
    "author_email": "codspecialops@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/1a/8655aec9581a1d7d6c35eafbdfe91cdfaaa96b1958d1fce74c56b481fe45/sendemailpy3-1.1.2.tar.gz",
    "platform": null,
    "description": "# Email Sender Module\n## Abstracted module for sending emails\n### This module was made so that you don't have to worry about writing the code for sending emails yourself. This module can be used with multiple different email clients, and can be used to send multiple emails.\n\n##### License must be followed while using this package.\n\n## Documentation\n\n### Parameters (required for all functions and methods)\n\nSubject, content, receiver, username (sender's), password (sender's)\nAdditonal parameters: filepath\n\n### Recommended import statement\n```py\nimport sendemailpy3 as smpy\n```\n\n### Mail Commands\n#### Gmail\n```py\nsmpy.send_gmail(...)\n```\n\n#### Outlook\n```py\nsmpy.send_outlook_email(...)\n```\n\n#### Yahoo Mail\n```py\nsmpy.send_yahoo_email(...)\n```\n\n#### Proton Mail\n```py\nsmpy.send_proton_email(...)\n```\n\n### Sending an email using procedural syntax\n```py\nimport sendemailpy3 as smpy\n\nsmpy.send_gmail(...)\n```\n\n### Sending an email using object-oriented syntax\n```py\nimport sendemailpy3 as smpy\n\nemail_sender = smpy.EmailSender()\nemail.send_gmail(...)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easy email sending for Python 3",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/GouthamOfTheNP/send_email"
    },
    "split_keywords": [
        "send",
        " email",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18c87b9739b74ab1d2727f74562a9a69aa321e0ce3596ee154ed32f54c7f8e96",
                "md5": "029889c46c29e5b840bbad10ad764a30",
                "sha256": "dbfa25e17b97bb0189bf234d494b4ff312257e026be77da062b7cb4de2eb6ff0"
            },
            "downloads": -1,
            "filename": "SendEmailPy3-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "029889c46c29e5b840bbad10ad764a30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3792,
            "upload_time": "2024-10-06T02:36:08",
            "upload_time_iso_8601": "2024-10-06T02:36:08.251413Z",
            "url": "https://files.pythonhosted.org/packages/18/c8/7b9739b74ab1d2727f74562a9a69aa321e0ce3596ee154ed32f54c7f8e96/SendEmailPy3-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "681a8655aec9581a1d7d6c35eafbdfe91cdfaaa96b1958d1fce74c56b481fe45",
                "md5": "0bc6f47d703908cc7be0dfd3fd2d5755",
                "sha256": "64c24aee130157c6f1932e781809d3efaf936dee01781d2f69f909096c095695"
            },
            "downloads": -1,
            "filename": "sendemailpy3-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0bc6f47d703908cc7be0dfd3fd2d5755",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3365,
            "upload_time": "2024-10-06T02:36:09",
            "upload_time_iso_8601": "2024-10-06T02:36:09.561739Z",
            "url": "https://files.pythonhosted.org/packages/68/1a/8655aec9581a1d7d6c35eafbdfe91cdfaaa96b1958d1fce74c56b481fe45/sendemailpy3-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-06 02:36:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GouthamOfTheNP",
    "github_project": "send_email",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sendemailpy3"
}
        
Elapsed time: 0.99131s