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
-
Go to
Customization -> User detailsand enable thegroupsfield for it to be shown in the user page (otherwise it will only be shown in theDetailed administration -> Userssection). -
Add groups in
Detailed administration -> Groupsand then assign them to users. -
In NEMO, go to the
Administrationmenu then theEmailitem to go to the broadcast email page. -
Select users who
are part of a groupthen build your query based on your groups (AND and OR operators are available).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NEMO_group_email-2.0.0-py3-none-any.whl.
File metadata
- Download URL: NEMO_group_email-2.0.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba219f546bb11d393a347e862afc849349eef877e58d2fef3ecfc6da34de5120
|
|
| MD5 |
aa83c3134e50163ef415781b56d2f352
|
|
| BLAKE2b-256 |
53f6b9b18ccccc8399d94d158747b52a9b5c32fc001b0fe95464a4a62eac60ed
|