{ "info": { "author": "Henrik Levkowetz", "author_email": "henrik@levkowetz.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Email", "Topic :: Communications :: Email :: Mail Transport Agents" ], "description": "Re-send captured emails using SMTP\n==================================\n\nThis tool, 'mailreplay', is intended to help in testing email pipelines by\nreading captured emails from files, figuring out the sender and recipient, and\nre-injecting them to localhost:25 using SMTP. (If the captured emails have a\nfinal recipient on a different system than localhost, you need to make sure\nthat the MTA is blocked from sending the emails out into the world during\ntesting.)\n\nAn initial envelope From line is used as the sender, if available. Otherwise,\nthe email header From: field is used. The email header Received: fields are\nused to figure out the envelope recipient.\n\nMany other tools exist that will read an an email from file and send it using\nSMTP, but they all seem to have in common that they need to be given the\nrecipient address on the command line, and by default will use the logged-in\nuser as the sender address. For email pipline testing purposes, when a varied\nset of senders and recipients are desired, this doesn't scale easily, hence\nthis tool.\n\nChangelog\n=========\n\nVersion 0.2.0 (06 Mar 2019)\n------------------------------------------------\n\n\n * There's now enough usage experience to bump this to Beta\n\n * Added a manpage file.\n\n * Improved handling of the case when there's no Received headers in the\n replay message.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "SMTP email replay", "license": "Simplified BSD", "maintainer": "", "maintainer_email": "", "name": "mailreplay", "package_url": "https://pypi.org/project/mailreplay/", "platform": "", "project_url": "https://pypi.org/project/mailreplay/", "project_urls": null, "release_url": "https://pypi.org/project/mailreplay/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Resend captured emails to localhost using SMTP", "version": "0.3.0" }, "last_serial": 4908887, "releases": { "0.1.0.dev0": [ { "comment_text": "", "digests": { "md5": "b900bcc1952006bb6ac6d4db374cc0fb", "sha256": "7342019b0902090635891eb93ae2ab66139ba7f23878a0fd19d1d930f98c2d2d" }, "downloads": -1, "filename": "mailreplay-0.1.0.dev0.tar.gz", "has_sig": true, "md5_digest": "b900bcc1952006bb6ac6d4db374cc0fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38345, "upload_time": "2018-01-07T21:52:11", "url": "https://files.pythonhosted.org/packages/88/da/56a22db37460a1081790e3e83c77e4277b94188b0ca697ca8e27df6ac8c0/mailreplay-0.1.0.dev0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0c050dc3c0f9f1e07a685d6f7985a945", "sha256": "02f8b2f015eb4dce13d583a39a2b12100f7589e7d48d9c7f4f3af91909bd3588" }, "downloads": -1, "filename": "mailreplay-0.2.0.tar.gz", "has_sig": true, "md5_digest": "0c050dc3c0f9f1e07a685d6f7985a945", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39190, "upload_time": "2018-02-28T21:45:17", "url": "https://files.pythonhosted.org/packages/5e/12/dc44cff2999cd4b6316105da371e79d57f1ae3d6f9e74c10f63239b26911/mailreplay-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2b50717d03df45a2d90654f46faa61cb", "sha256": "4b32b958edbf5ea28ae39adb0ced52267b37c73c0180007f31f2527d6339e0a8" }, "downloads": -1, "filename": "mailreplay-0.3.0.tar.gz", "has_sig": true, "md5_digest": "2b50717d03df45a2d90654f46faa61cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40897, "upload_time": "2019-03-07T07:48:47", "url": "https://files.pythonhosted.org/packages/4d/5d/ff376cc133977c7615aff67d730f202f97df6ff203928368eabf98c57e55/mailreplay-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b50717d03df45a2d90654f46faa61cb", "sha256": "4b32b958edbf5ea28ae39adb0ced52267b37c73c0180007f31f2527d6339e0a8" }, "downloads": -1, "filename": "mailreplay-0.3.0.tar.gz", "has_sig": true, "md5_digest": "2b50717d03df45a2d90654f46faa61cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40897, "upload_time": "2019-03-07T07:48:47", "url": "https://files.pythonhosted.org/packages/4d/5d/ff376cc133977c7615aff67d730f202f97df6ff203928368eabf98c57e55/mailreplay-0.3.0.tar.gz" } ] }