django-darthmail


Namedjango-darthmail JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/regiohelden/django-darthmail
SummaryClient for the DarthMail project
upload_time2024-05-23 12:46:37
maintainerNone
docs_urlNone
authorRegioHelden GmbH
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-darthmail

Module for using darthmail as an EMAIL\_BACKEND in Django.

# Settings

```python
EMAIL_BACKEND = 'django_darthmail.backends.DarthMailBackend'
EMAIL_DARTHMAIL_URL = 'https://some.darthmail.instance.url'
EMAIL_DARTHMAIL_TOKEN = 'someauthtoken'
EMAIL_DARTHMAIL_FALLBACK = 'django.core.mail.backends.smtp.EmailBackend'
```

# Making a new release

[bumpversion](https://github.com/peritus/bumpversion) is used to manage releases.

After reaching a releasable state, run `bumpversion <major|minor|patch>`

When the tag is pushed, the release will be done by the GitHub actions

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/regiohelden/django-darthmail",
    "name": "django-darthmail",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "RegioHelden GmbH",
    "author_email": "entwicklung@regiohelden.de",
    "download_url": "https://files.pythonhosted.org/packages/86/2b/fddd4082e2f13be4a6f1c2ec56501ed0cea9a37af73b58f20fbfe8fe8f05/django_darthmail-0.4.1.tar.gz",
    "platform": null,
    "description": "# django-darthmail\n\nModule for using darthmail as an EMAIL\\_BACKEND in Django.\n\n# Settings\n\n```python\nEMAIL_BACKEND = 'django_darthmail.backends.DarthMailBackend'\nEMAIL_DARTHMAIL_URL = 'https://some.darthmail.instance.url'\nEMAIL_DARTHMAIL_TOKEN = 'someauthtoken'\nEMAIL_DARTHMAIL_FALLBACK = 'django.core.mail.backends.smtp.EmailBackend'\n```\n\n# Making a new release\n\n[bumpversion](https://github.com/peritus/bumpversion) is used to manage releases.\n\nAfter reaching a releasable state, run `bumpversion <major|minor|patch>`\n\nWhen the tag is pushed, the release will be done by the GitHub actions\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Client for the DarthMail project",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/regiohelden/django-darthmail"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f581ac297045fcc611e176fd95ca373eee314d401e07d64695c133d0bd2c7a2",
                "md5": "5ca16d6518369a9aaa9dd0c2fc8724ec",
                "sha256": "8c80ca726caeda7a35d3adfe573420f29038c73a2a1456329ad23b95f394e1aa"
            },
            "downloads": -1,
            "filename": "django_darthmail-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ca16d6518369a9aaa9dd0c2fc8724ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9914,
            "upload_time": "2024-05-23T12:46:35",
            "upload_time_iso_8601": "2024-05-23T12:46:35.898937Z",
            "url": "https://files.pythonhosted.org/packages/6f/58/1ac297045fcc611e176fd95ca373eee314d401e07d64695c133d0bd2c7a2/django_darthmail-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "862bfddd4082e2f13be4a6f1c2ec56501ed0cea9a37af73b58f20fbfe8fe8f05",
                "md5": "ba7ff16e4d5b51673c1b46e856a57156",
                "sha256": "c8e249b9eb6b9153f166103704d6f34d725c4e7fc88b62dc29a659e9ee896978"
            },
            "downloads": -1,
            "filename": "django_darthmail-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba7ff16e4d5b51673c1b46e856a57156",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8665,
            "upload_time": "2024-05-23T12:46:37",
            "upload_time_iso_8601": "2024-05-23T12:46:37.384902Z",
            "url": "https://files.pythonhosted.org/packages/86/2b/fddd4082e2f13be4a6f1c2ec56501ed0cea9a37af73b58f20fbfe8fe8f05/django_darthmail-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 12:46:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "regiohelden",
    "github_project": "django-darthmail",
    "github_not_found": true,
    "lcname": "django-darthmail"
}
        
Elapsed time: 0.22856s