trytond-marketing-email


Nametrytond-marketing-email JSON
Version 6.8.1 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module to manage marketing mailing lists
upload_time2023-08-01 19:52:36
maintainer
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton marketing email list
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Marketing Email Module
######################

The marketing_email module manages mailing lists.

Mailing List
************

A mailing list groups emails under a name and a language

Email
*****

It stores emails for a mailing list and provides links to the related party or
web user.

Two actions are available:

- *Request Subscribe* which sends an e-mail to confirm the subscription to a
  list.

- *Request Unsubscribe* which sends an e-mail to confirm the unsubscription of
  an email address from the list.

Message
*******

It stores a message to send to all e-mails addresses on a list. A message is
defined by:

    * From: the address from which the message is sent.
    * List: the list of addresses to send the message to.
    * Title
    * Content
    * State:

        * Draft
        * Sending
        * Sent

A wizard is available that sends a message to a unique e-mail address from the
list for test purposes.

Configuration
*************

The marketing_email module uses parameters from the section:

- ``[marketing]``:

    - ``email_from``: The default ``From`` for the e-mails that get sent.

    - ``email_subscribe_url``: the URL to confirm the subscription to which the
      parameter ``token`` will be added.

    - ``email_unsubscribe_url``: the URL to unsubscribe an e-mail address to
      which the parameter ``token`` will be added.

    - ``email_spy_pixel``: A boolean to activate spy pixel. Disable by default.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-marketing-email",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "tryton marketing email list",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/64/0b/54d7e2fb9f85c68e1b7496800835ed83b13010d91314a954a9404a37d211/trytond_marketing_email-6.8.1.tar.gz",
    "platform": null,
    "description": "Marketing Email Module\n######################\n\nThe marketing_email module manages mailing lists.\n\nMailing List\n************\n\nA mailing list groups emails under a name and a language\n\nEmail\n*****\n\nIt stores emails for a mailing list and provides links to the related party or\nweb user.\n\nTwo actions are available:\n\n- *Request Subscribe* which sends an e-mail to confirm the subscription to a\n  list.\n\n- *Request Unsubscribe* which sends an e-mail to confirm the unsubscription of\n  an email address from the list.\n\nMessage\n*******\n\nIt stores a message to send to all e-mails addresses on a list. A message is\ndefined by:\n\n    * From: the address from which the message is sent.\n    * List: the list of addresses to send the message to.\n    * Title\n    * Content\n    * State:\n\n        * Draft\n        * Sending\n        * Sent\n\nA wizard is available that sends a message to a unique e-mail address from the\nlist for test purposes.\n\nConfiguration\n*************\n\nThe marketing_email module uses parameters from the section:\n\n- ``[marketing]``:\n\n    - ``email_from``: The default ``From`` for the e-mails that get sent.\n\n    - ``email_subscribe_url``: the URL to confirm the subscription to which the\n      parameter ``token`` will be added.\n\n    - ``email_unsubscribe_url``: the URL to unsubscribe an e-mail address to\n      which the parameter ``token`` will be added.\n\n    - ``email_spy_pixel``: A boolean to activate spy pixel. Disable by default.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module to manage marketing mailing lists",
    "version": "6.8.1",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/6.8/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "marketing",
        "email",
        "list"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee5833383cc3cafd227bd502994f781bda1d3cf16dcfa80f2a080b6e7787a09c",
                "md5": "49d0585e77f39f23148edd14c252e36d",
                "sha256": "9f6bfb08dedb5ddae8a856abe5d25a8668978ab7c2ab27aa630b389e86c16d1f"
            },
            "downloads": -1,
            "filename": "trytond_marketing_email-6.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49d0585e77f39f23148edd14c252e36d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 60982,
            "upload_time": "2023-08-01T19:52:35",
            "upload_time_iso_8601": "2023-08-01T19:52:35.124727Z",
            "url": "https://files.pythonhosted.org/packages/ee/58/33383cc3cafd227bd502994f781bda1d3cf16dcfa80f2a080b6e7787a09c/trytond_marketing_email-6.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "640b54d7e2fb9f85c68e1b7496800835ed83b13010d91314a954a9404a37d211",
                "md5": "09660d51b5cc83a3180a8a9988ae545b",
                "sha256": "2eba25cc66b7b8616a47539557cd2d1b6dc9696ac6d8ab9408fb9672900c9003"
            },
            "downloads": -1,
            "filename": "trytond_marketing_email-6.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "09660d51b5cc83a3180a8a9988ae545b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 38475,
            "upload_time": "2023-08-01T19:52:36",
            "upload_time_iso_8601": "2023-08-01T19:52:36.938377Z",
            "url": "https://files.pythonhosted.org/packages/64/0b/54d7e2fb9f85c68e1b7496800835ed83b13010d91314a954a9404a37d211/trytond_marketing_email-6.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 19:52:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-marketing-email"
}
        
Elapsed time: 0.14686s