{"id":20619288,"url":"https://github.com/jorgebg/lumpy","last_synced_at":"2025-07-24T00:33:05.446Z","repository":{"id":27849111,"uuid":"31339402","full_name":"jorgebg/lumpy","owner":"jorgebg","description":"Sends an email to a single recipient straight to the MTA","archived":false,"fork":false,"pushed_at":"2019-05-12T12:02:22.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T19:45:38.010Z","etag":null,"topics":["mta","python"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/Lumpy","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jorgebg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-25T22:34:55.000Z","updated_at":"2019-07-02T19:43:01.000Z","dependencies_parsed_at":"2022-09-03T15:01:57.185Z","dependency_job_id":null,"html_url":"https://github.com/jorgebg/lumpy","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jorgebg/lumpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgebg%2Flumpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgebg%2Flumpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgebg%2Flumpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgebg%2Flumpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgebg","download_url":"https://codeload.github.com/jorgebg/lumpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgebg%2Flumpy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774775,"owners_count":23982246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mta","python"],"created_at":"2024-11-16T12:11:18.011Z","updated_at":"2025-07-24T00:33:05.415Z","avatar_url":"https://github.com/jorgebg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumpy\n\n[![Pypy](https://img.shields.io/pypi/v/Lumpy.svg)](https://pypi.python.org/pypi/Lumpy)\n[![Build Status](https://travis-ci.org/jorgebg/lumpy.svg)](https://travis-ci.org/jorgebg/lumpy)\n[![Requirements Status](https://requires.io/github/jorgebg/lumpy/requirements.svg?branch=master)](https://requires.io/github/jorgebg/lumpy/requirements/?branch=master)\n[![Coverage Status](https://coveralls.io/repos/jorgebg/lumpy/badge.svg)](https://coveralls.io/r/jorgebg/lumpy)\n[![MIT License](https://img.shields.io/pypi/l/Lumpy.svg)](https://github.com/jorgebg/lumpy/blob/master/LICENSE)\n\n[![Stories in Ready](https://badge.waffle.io/jorgebg/lumpy.svg)](http://waffle.io/jorgebg/lumpy)\n\nSends an email to a **single recipient** straight to the MTA.\nLooks up for the MX DNS records of the recipient SMTP server and attempts the delivery through them.\n\n## Requirements\n* Python 2.7+\n\n## Install\n```\nsudo pip install lumpy\n```\n\n## Usage\n```\nusage: lumpy [-h] [--from [SENDER]] [--subject [SUBJECT]] [--body [BODY]]\n[--port [PORT]] [--mxrecords [MXRECORDS]] [--verbose]\nrecipient@example.com\n\npositional arguments:\n  recipient@example.com\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --from [SENDER], -f [SENDER]\n  --subject [SUBJECT], -s [SUBJECT]\n  --body [BODY], -b [BODY]\n  --port [PORT], -p [PORT]\n  --mxrecords [MXRECORDS], --mx [MXRECORDS], -m [MXRECORDS]\n                          List of comma-separated mx records\n  --verbose, -v\n\n```\n\n### Examples\n```\nlumpy finn@ooo.land\nlumpy finn@ooo.land -s \"Sir! My sir!\"\nlumpy jake@ooo.land -s \"Sir! My sir!\" -f queen@lumpy.space\nlumpy jake@ooo.land -s \"Sir! My sir!\" -m \"A message from their majesty.\"\nlumpy bmo@ooo.land --mx smtp1.ooo.land,smtp2.ooo.land\n```\n\n### Programmatically\n\n#### Method signature\n```python\nlumpy.Mail(self,\n      recipient, sender='jorge@example.com',\n      subject='Sir! My sir!', body='A message from their majesty.',\n      port=25, mxrecords=[]\n)\n```\n\n#### Example\n```python\nfrom lumpy import Mail\nm = Mail('finn@ooo.land')\nm.send()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgebg%2Flumpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgebg%2Flumpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgebg%2Flumpy/lists"}