{ "info": { "author": "Anton Egorov", "author_email": "anton.egoroff@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Communications", "Topic :: Communications :: Email", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "==================\ndjango-mail-tester\n==================\nA simple sendmail management command to send email using your django project.\n\nNOTE This tool was created for mail testing purpose, not for any kind of production mailing tasks.\nBut if you find it useful for any other tasks, gratz! Tell us about your experience.\n\nInstallation\n============\n\n::\n\n$ pip install django-mail-tester\n\nConfigure installed apps in your ``settings.py`` ::\n\n INSTALLED_APPS = [\n # ... your app list\n 'django_mail_tester',\n ]\n\nUsage\n=====\n\nSend email to your address\n\n::\n\n$ ./manage.py sendmail -e test@example.com This is a test message\n\nIf you need a cheap, simple and efficient way to quickly test the quality of your own newsletters, try `Mail Tester `_.\n\nChangelog\n=========\nThe changelog can be found at `repo's release notes `_\n\nContributing\n============\nFork the repo, create a feature branch then send me pull request. Feel free to create new issues or contact me via email.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/satyrius/django-mail-tester", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-mail-tester", "package_url": "https://pypi.org/project/django-mail-tester/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-mail-tester/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/satyrius/django-mail-tester" }, "release_url": "https://pypi.org/project/django-mail-tester/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Django management command to send email", "version": "0.0.1" }, "last_serial": 1409805, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bf372ab30e41a2bd41c476e4f6979b8c", "sha256": "f1c89e021c42c5d11d3c2f1b58f65213cc899d98eb067bfd057dee338198c8b7" }, "downloads": -1, "filename": "django-mail-tester-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bf372ab30e41a2bd41c476e4f6979b8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2406, "upload_time": "2015-02-04T19:04:14", "url": "https://files.pythonhosted.org/packages/bf/7b/87ad52db435dd02f04ae8ce77b99ebbc0b6d6d9cd01a3a3877e57d0e6753/django-mail-tester-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf372ab30e41a2bd41c476e4f6979b8c", "sha256": "f1c89e021c42c5d11d3c2f1b58f65213cc899d98eb067bfd057dee338198c8b7" }, "downloads": -1, "filename": "django-mail-tester-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bf372ab30e41a2bd41c476e4f6979b8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2406, "upload_time": "2015-02-04T19:04:14", "url": "https://files.pythonhosted.org/packages/bf/7b/87ad52db435dd02f04ae8ce77b99ebbc0b6d6d9cd01a3a3877e57d0e6753/django-mail-tester-0.0.1.tar.gz" } ] }