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).
Release files for NEMO-group-email 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| NEMO_group_email-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / NEMO_group_email-2.0.0-py3-none-any.whl
| Download URL | NEMO_group_email-2.0.0-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ba219f546bb11d393a347e862afc849349eef877e58d2fef3ecfc6da34de5120
|
|
BLAKE2b-256 checksum How to use checksums |
53f6b9b18ccccc8399d94d158747b52a9b5c32fc001b0fe95464a4a62eac60ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|