Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send signup email to all new volunteers #185

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Conversation

struan
Copy link
Member

@struan struan commented Sep 11, 2024

Previously the registration email command only send emails to users without passwords. This changes the volunteer import script to set a flag on the marker to indicate the user should be sent a welcome email, and then the send_welcome_emails command uses this to determine which users to send emails to. New users, i.e. those without passwords, and users who are already registered get slightly different emails.

It also adds in some extra options to limit the stage and marking session of the users.

Fixes #183

@struan struan requested a review from zarino September 11, 2024 13:16
@struan struan force-pushed the 183-send-signup-email-to-all branch from 82af650 to c09427b Compare September 11, 2024 13:31
@struan struan force-pushed the 183-send-signup-email-to-all branch from c09427b to 81d369e Compare September 19, 2024 07:52
used when setting up bluk users so we know if they should be sent a
welcome email
so we know to send them a welcome email
Sends emails to users who have a Marker with send_welcome_email set to
True. This is an improvement on the previous send_password_reset_emails
as it makes it more explicit who should be getting emails, and can also
send emails to already registered users, who get a slightly different
email. Also enables restriction by stage and marking session as an extra
safeguard

Fixes #183
@struan struan merged commit 81d369e into main Sep 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update volunteer send registration/reset email script to send to returning volunteers
1 participant