<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": null,
"name": "ease-mailer",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"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/2b/3c/aa6f21ff70ab4f79247ac0c5306e5d0197c775520d06faa33d37634440fb/ease_mailer-1.2.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\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "ease_mailer is the easiest way for email sending.",
"version": "1.2",
"project_urls": null,
"split_keywords": [
"email sending",
" send mail",
" easy email sender",
" send multiple mail"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d66dbdd66af89ba66f1ee21ba167bc4aa4cda14ce4c823f326c9be041c63674b",
"md5": "e33815bbb3c1591a7ed8cdbce7c2e0a0",
"sha256": "ccd1444ca88a0c7b1dd7c898e468316fa6699ac3aec198175dd07f56148dfdf0"
},
"downloads": -1,
"filename": "ease_mailer-1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e33815bbb3c1591a7ed8cdbce7c2e0a0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3792,
"upload_time": "2024-06-08T15:22:13",
"upload_time_iso_8601": "2024-06-08T15:22:13.744810Z",
"url": "https://files.pythonhosted.org/packages/d6/6d/bdd66af89ba66f1ee21ba167bc4aa4cda14ce4c823f326c9be041c63674b/ease_mailer-1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b3caa6f21ff70ab4f79247ac0c5306e5d0197c775520d06faa33d37634440fb",
"md5": "92beffa406f2bebfe772deb07e3c3143",
"sha256": "36d0d319efb54cd4fd9d7636849697ec03c232a5304f89ae3ffae59cde834799"
},
"downloads": -1,
"filename": "ease_mailer-1.2.tar.gz",
"has_sig": false,
"md5_digest": "92beffa406f2bebfe772deb07e3c3143",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3461,
"upload_time": "2024-06-08T15:22:14",
"upload_time_iso_8601": "2024-06-08T15:22:14.824649Z",
"url": "https://files.pythonhosted.org/packages/2b/3c/aa6f21ff70ab4f79247ac0c5306e5d0197c775520d06faa33d37634440fb/ease_mailer-1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-08 15:22:14",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ease-mailer"
}