ease-mailer


Nameease-mailer JSON
Version 1.1 PyPI version JSON
download
home_page
Summaryease_mailer is the easiest way for email sending.
upload_time2023-03-18 04:32:27
maintainer
docs_urlNone
authorTech Smit
requires_python
licenseMIT
keywords email sending send mail easy email sender send multiple mail
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h2>Ease Mailer</h2>
<hr>
<p>Easy Mailer is a simple python package that allows you to send emails with ease.</p>
<h4>Usage</h4>
<ul>
<li><h4>Import the class</h4></li>

```
from ease_mailer import mailer
```

<li><h4>For Help Type</h4></li>

```
mailer.Mail.help() # Shows the help message
```

<li><h4>Create an instance of the class</h4></li>

```
mail_class = mailer.Mail("source@email.com", "youremailpassword") # Creates an instance of the class
```

<li><h4>Login to your email</h4></li>

```
mail_class.login() # Logs the user in returns True if successful, False otherwise
```

<li><h4>Send an email</h4></li>

```
mail_class.send_mail("dest@mail.com", "Subject", "Body") # Sends the email, throws an error if user is not logged in returns True if successful, False otherwise
```

<li><h4>Show the status of email wether it was sent or not</h4></li>

```
mail_class.show_status() # Shows the status of the email whether it was sent or not returns "Email sent successfully" if successful, "Email failed to send" otherwise
```

</ul>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ease-mailer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Email Sending,Send Mail,Easy Email Sender,Send Multiple Mail",
    "author": "Tech Smit",
    "author_email": "techsmitdevloper@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/15/663fd857cae6c110f3936a09d5f0f9a2c432cd8fd985b1dffc94d30ffa08/ease_mailer-1.1.tar.gz",
    "platform": null,
    "description": "<h2>Ease Mailer</h2>\n<hr>\n<p>Easy Mailer is a simple python package that allows you to send emails with ease.</p>\n<h4>Usage</h4>\n<ul>\n<li><h4>Import the class</h4></li>\n\n```\nfrom ease_mailer import mailer\n```\n\n<li><h4>For Help Type</h4></li>\n\n```\nmailer.Mail.help() # Shows the help message\n```\n\n<li><h4>Create an instance of the class</h4></li>\n\n```\nmail_class = mailer.Mail(\"source@email.com\", \"youremailpassword\") # Creates an instance of the class\n```\n\n<li><h4>Login to your email</h4></li>\n\n```\nmail_class.login() # Logs the user in returns True if successful, False otherwise\n```\n\n<li><h4>Send an email</h4></li>\n\n```\nmail_class.send_mail(\"dest@mail.com\", \"Subject\", \"Body\") # Sends the email, throws an error if user is not logged in returns True if successful, False otherwise\n```\n\n<li><h4>Show the status of email wether it was sent or not</h4></li>\n\n```\nmail_class.show_status() # Shows the status of the email whether it was sent or not returns \"Email sent successfully\" if successful, \"Email failed to send\" otherwise\n```\n\n</ul>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ease_mailer is the easiest way for email sending.",
    "version": "1.1",
    "split_keywords": [
        "email sending",
        "send mail",
        "easy email sender",
        "send multiple mail"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1115663fd857cae6c110f3936a09d5f0f9a2c432cd8fd985b1dffc94d30ffa08",
                "md5": "a82630ad30c7a6e03f6bee120725f5bf",
                "sha256": "f1dab56a65bba920c516311fb6f67e480509845c099eea5434931499d43fb934"
            },
            "downloads": -1,
            "filename": "ease_mailer-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a82630ad30c7a6e03f6bee120725f5bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3426,
            "upload_time": "2023-03-18T04:32:27",
            "upload_time_iso_8601": "2023-03-18T04:32:27.995505Z",
            "url": "https://files.pythonhosted.org/packages/11/15/663fd857cae6c110f3936a09d5f0f9a2c432cd8fd985b1dffc94d30ffa08/ease_mailer-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-18 04:32:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ease-mailer"
}
        
Elapsed time: 0.04504s