django-mailer


Namedjango-mailer JSON
Version 2.3.1 PyPI version JSON
download
home_pagehttp://github.com/pinax/django-mailer/
SummaryA reusable Django app for queuing the sending of email
upload_time2023-12-29 15:00:18
maintainer
docs_urlNone
authorPinax Team
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ``django-mailer`` is a reusable Django app for queuing the sending of email.
It works by storing email in the database for later sending.
The main reason for doing this is that for many apps, the database will be
much more reliable and faster than other email sending backends which require
3rd party services e.g. SMTP or an HTTP API. By storing and sending later, we can
return succeed immediately, and then attempt actual email sending in the background,
with retries if needed.


            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/pinax/django-mailer/",
    "name": "django-mailer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pinax Team",
    "author_email": "developers@pinaxproject.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/7d/dd0f9b8b54a57342073473d6e0f66378692e8ed88e49680037588d514528/django-mailer-2.3.1.tar.gz",
    "platform": null,
    "description": "``django-mailer`` is a reusable Django app for queuing the sending of email.\nIt works by storing email in the database for later sending.\nThe main reason for doing this is that for many apps, the database will be\nmuch more reliable and faster than other email sending backends which require\n3rd party services e.g. SMTP or an HTTP API. By storing and sending later, we can\nreturn succeed immediately, and then attempt actual email sending in the background,\nwith retries if needed.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A reusable Django app for queuing the sending of email",
    "version": "2.3.1",
    "project_urls": {
        "Homepage": "http://github.com/pinax/django-mailer/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b44f44b91cdca1a071830587a10bb0598c33da10a2ef5151fdec178349daa0f",
                "md5": "cad296e41a7aff42084c7a93662b0a0c",
                "sha256": "d667ae8633d6b7c1e259d7142e6fbad0a4b079a528ecc6854b452d7bcb3e6aed"
            },
            "downloads": -1,
            "filename": "django_mailer-2.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cad296e41a7aff42084c7a93662b0a0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23142,
            "upload_time": "2023-12-29T15:00:16",
            "upload_time_iso_8601": "2023-12-29T15:00:16.392035Z",
            "url": "https://files.pythonhosted.org/packages/9b/44/f44b91cdca1a071830587a10bb0598c33da10a2ef5151fdec178349daa0f/django_mailer-2.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f67ddd0f9b8b54a57342073473d6e0f66378692e8ed88e49680037588d514528",
                "md5": "0a53adfa0e2fd54fb03d71b9a67f58aa",
                "sha256": "eefa89b8abf3f10574a3322b08c82e1265d7b0822c4bbb9bd7b9a4110c823ac9"
            },
            "downloads": -1,
            "filename": "django-mailer-2.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0a53adfa0e2fd54fb03d71b9a67f58aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 39718,
            "upload_time": "2023-12-29T15:00:18",
            "upload_time_iso_8601": "2023-12-29T15:00:18.930885Z",
            "url": "https://files.pythonhosted.org/packages/f6/7d/dd0f9b8b54a57342073473d6e0f66378692e8ed88e49680037588d514528/django-mailer-2.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-29 15:00:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pinax",
    "github_project": "django-mailer",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "django-mailer"
}
        
Elapsed time: 0.15832s