pretix-bounces


Namepretix-bounces JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryAllows automatic processing of bounces or automatic replies to emails sent by pretix.
upload_time2024-03-27 08:27:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCopyright 2017 Raphael Michel Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
keywords pretix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Bounce processing for pretix
============================

This is a plugin for `pretix`_. Once installed and configured, it makes pretix use random ``Sender`` headers
for emails like ``noreply-amCwRFatawEjetS8@pretix.eu`` for outgoing emails. The ``From`` and ``Reply-To``
headers remain untouched. It then periodically checks for emails in a specified IMAP inbox and adds replied
emails to the log of an order. This leads to an automatic logging of bounces on pretix-level.

Configuration
-------------

This requires an additional section in the ``pretix.cfg`` config file that looks like this::

    [bounces]
    alias=noreply-%s@mydomain.com
    from_domain=mydomain.com
    server=mail.mydomain.com:993
    user=noreply@mydomain.com
    pass=12345678

The plugin will only be effective for mails sent through the system default mailer (specified in the same file), not
for events with a custom SMTP server.

Development setup
-----------------

1. Make sure that you have a working `pretix development setup`_.

2. Clone this repository, eg to ``local/pretix-bounces``.

3. Activate the virtual environment you use for pretix development.

4. Execute ``pip install -e .`` within this directory to register this application with pretix's plugin registry.

5. Execute ``make`` within this directory to compile translations.

6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in
   the 'plugins' tab in the settings.


License
-------

Copyright 2017 Raphael Michel

Released under the terms of the Apache License 2.0


.. _pretix: https://github.com/pretix/pretix
.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pretix-bounces",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "pretix team <support@pretix.eu>",
    "keywords": "pretix",
    "author": null,
    "author_email": "pretix team <support@pretix.eu>",
    "download_url": "https://files.pythonhosted.org/packages/79/7c/b47cd8adf658959f19e28d7be50bdcf5e504a1fa51f2069280134be18243/pretix-bounces-1.5.0.tar.gz",
    "platform": null,
    "description": "Bounce processing for pretix\n============================\n\nThis is a plugin for `pretix`_. Once installed and configured, it makes pretix use random ``Sender`` headers\nfor emails like ``noreply-amCwRFatawEjetS8@pretix.eu`` for outgoing emails. The ``From`` and ``Reply-To``\nheaders remain untouched. It then periodically checks for emails in a specified IMAP inbox and adds replied\nemails to the log of an order. This leads to an automatic logging of bounces on pretix-level.\n\nConfiguration\n-------------\n\nThis requires an additional section in the ``pretix.cfg`` config file that looks like this::\n\n    [bounces]\n    alias=noreply-%s@mydomain.com\n    from_domain=mydomain.com\n    server=mail.mydomain.com:993\n    user=noreply@mydomain.com\n    pass=12345678\n\nThe plugin will only be effective for mails sent through the system default mailer (specified in the same file), not\nfor events with a custom SMTP server.\n\nDevelopment setup\n-----------------\n\n1. Make sure that you have a working `pretix development setup`_.\n\n2. Clone this repository, eg to ``local/pretix-bounces``.\n\n3. Activate the virtual environment you use for pretix development.\n\n4. Execute ``pip install -e .`` within this directory to register this application with pretix's plugin registry.\n\n5. Execute ``make`` within this directory to compile translations.\n\n6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in\n   the 'plugins' tab in the settings.\n\n\nLicense\n-------\n\nCopyright 2017 Raphael Michel\n\nReleased under the terms of the Apache License 2.0\n\n\n.. _pretix: https://github.com/pretix/pretix\n.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html\n",
    "bugtrack_url": null,
    "license": "Copyright 2017 Raphael Michel  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ",
    "summary": "Allows automatic processing of bounces or automatic replies to emails sent by pretix.",
    "version": "1.5.0",
    "project_urls": {
        "homepage": "https://github.com/pretix/pretix-bounces"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2854a49c868002d93889f9a1a23238ddef86cb228b6e6cd2963cd0e844badcc3",
                "md5": "b509e769e08982d82e0f54e3006c2089",
                "sha256": "907363222745261f053f865a9b4dfbc21ddb302d6be0551287ddfbdf0244175a"
            },
            "downloads": -1,
            "filename": "pretix_bounces-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b509e769e08982d82e0f54e3006c2089",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 44198,
            "upload_time": "2024-03-27T08:27:07",
            "upload_time_iso_8601": "2024-03-27T08:27:07.928724Z",
            "url": "https://files.pythonhosted.org/packages/28/54/a49c868002d93889f9a1a23238ddef86cb228b6e6cd2963cd0e844badcc3/pretix_bounces-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "797cb47cd8adf658959f19e28d7be50bdcf5e504a1fa51f2069280134be18243",
                "md5": "5bcd101afa7e8f4baa9190f276357643",
                "sha256": "6c34397b569e92d99160379d649a8ef7a95d3b61a8634c01be24d997e1492ff5"
            },
            "downloads": -1,
            "filename": "pretix-bounces-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5bcd101afa7e8f4baa9190f276357643",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12282,
            "upload_time": "2024-03-27T08:27:09",
            "upload_time_iso_8601": "2024-03-27T08:27:09.790740Z",
            "url": "https://files.pythonhosted.org/packages/79/7c/b47cd8adf658959f19e28d7be50bdcf5e504a1fa51f2069280134be18243/pretix-bounces-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 08:27:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pretix",
    "github_project": "pretix-bounces",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pretix-bounces"
}
        
Elapsed time: 0.23090s