Skip to content
Discussion options

You must be logged in to vote

Email notifications are enabled by default, but you need to make sure the email address is flagged as verified (in the user details page, under the email section):

Then, you need to ensure emails are being sent successfully, eg:

# SSH into your VM
cd /opt/openwisp2
source env/bin/activate  # activate python virtual environment
python manage.py sendtestemail [email protected]

If you don't receive it you'll have to check the postfix logs in /var/log/mail.log.

Note: From version 25 (which should be released soonish), upon login we notify the user in the UI if the email address is not verified. Notifications also got various improvements like batching, improved UX for notification preferen…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@jordipalet
Comment options

@nemesifier
Comment options

Comment options

You must be logged in to vote
2 replies
@nemesifier
Comment options

Answer selected by nemesifier
@jordipalet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants