Skip to main content

Install Group email plugin for NEMO

Project description

NEMO Group Email

This plugin for NEMO allows to use Django groups to categorize users and email different combinations of groups in the Email Broadcast page.

It relies on the NEMO-user-details plugin to display the groups in the user's page.

Installation

pip install NEMO-group-email

Add NEMO Group Email plugin

in settings.py add to INSTALLED_APPS:

INSTALLED_APPS = [
    '...',
    'NEMO_user_details',
    'NEMO_group_email',
    '...'
]

Usage

  1. Go to Customization -> User details and enable the groups field for it to be shown in the user page (otherwise it will only be shown in the Detailed administration -> Users section).

  2. Add groups in Detailed administration -> Groups and then assign them to users.

  3. In NEMO, go to the Administration menu then the Email item to go to the broadcast email page.

  4. Select users who are part of a group then build your query based on your groups (AND and OR operators are available).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

NEMO_group_email-2.0.0-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page