mailez


Namemailez JSON
Version 1.0.5 PyPI version JSON
download
home_page
SummaryMass mail sender with custom tweaks
upload_time2024-01-24 22:20:07
maintainer
docs_urlNone
authorMehmet Utku OZTURK
requires_python
license
keywords email mail
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A package to make sending mails to multiple people while adding their names to each message automaticly easy. I tested it with Gmail but it might work with some other e-mail service providers.
Usage:
```
from mailez import functions as mz
my_gmail_address = "supercoolemailofsupercoolperson@gmail.com"
my_password = "heyheyheyiamverycool12345"
my_subject = "Asking How The Recipient Is Feeling At The Moment"
my_csv_path = "path/to/csv/file.csv"
my_message = "Dear {name},\nHow are you?"
obj = mz.Mail(my_gmail_address, my_password, my_subject, my_csv_path, my_message)
obj.Send()
```
The format for CSV file is given below:
```
email,name
supercoolguy@coolmail.com,Jake Peralta
anothersupercoolguy@mail.com,Joey Tribbiani
supercoolbusinessmail@coolbusiness.com,CoolBusiness LTD.
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mailez",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "email,mail",
    "author": "Mehmet Utku OZTURK",
    "author_email": "<thejupyter@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/35/44/582b998a18340b010fbe2a1df512ad23c7959c742b6ea768af264c9db445/mailez-1.0.5.tar.gz",
    "platform": null,
    "description": "A package to make sending mails to multiple people while adding their names to each message automaticly easy. I tested it with Gmail but it might work with some other e-mail service providers.\nUsage:\n```\nfrom mailez import functions as mz\nmy_gmail_address = \"supercoolemailofsupercoolperson@gmail.com\"\nmy_password = \"heyheyheyiamverycool12345\"\nmy_subject = \"Asking How The Recipient Is Feeling At The Moment\"\nmy_csv_path = \"path/to/csv/file.csv\"\nmy_message = \"Dear {name},\\nHow are you?\"\nobj = mz.Mail(my_gmail_address, my_password, my_subject, my_csv_path, my_message)\nobj.Send()\n```\nThe format for CSV file is given below:\n```\nemail,name\nsupercoolguy@coolmail.com,Jake Peralta\nanothersupercoolguy@mail.com,Joey Tribbiani\nsupercoolbusinessmail@coolbusiness.com,CoolBusiness LTD.\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Mass mail sender with custom tweaks",
    "version": "1.0.5",
    "project_urls": null,
    "split_keywords": [
        "email",
        "mail"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3eac2bb5988e8312544a116bf4e6172134f19e073fb7db853766ec120a103908",
                "md5": "cb31d4eb17bd45eb9f93033899a2cbf4",
                "sha256": "205a06ca287eeed71698723faecdfea345f30e5da93bae31d7d6689cb7b5ed56"
            },
            "downloads": -1,
            "filename": "mailez-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb31d4eb17bd45eb9f93033899a2cbf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2484,
            "upload_time": "2024-01-24T22:20:05",
            "upload_time_iso_8601": "2024-01-24T22:20:05.804197Z",
            "url": "https://files.pythonhosted.org/packages/3e/ac/2bb5988e8312544a116bf4e6172134f19e073fb7db853766ec120a103908/mailez-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3544582b998a18340b010fbe2a1df512ad23c7959c742b6ea768af264c9db445",
                "md5": "bc3ee70061169f0fd4867db77fcb73da",
                "sha256": "a4e1f2f6fe479570d3be3a89d68ff9ba184674e5aefb4052c442a0f1babee3fe"
            },
            "downloads": -1,
            "filename": "mailez-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "bc3ee70061169f0fd4867db77fcb73da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2329,
            "upload_time": "2024-01-24T22:20:07",
            "upload_time_iso_8601": "2024-01-24T22:20:07.700629Z",
            "url": "https://files.pythonhosted.org/packages/35/44/582b998a18340b010fbe2a1df512ad23c7959c742b6ea768af264c9db445/mailez-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 22:20:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mailez"
}
        
Elapsed time: 0.39651s