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

Always send email_queued signal when queuing emails #469

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

diesieben07
Copy link
Contributor

@diesieben07 diesieben07 commented Jun 4, 2024

Make sure to always send email_queued signal when creating emails with a priority other than "now", no matter by which means they are created.

Fixes #435

Make sure to always send email_queued signal when creating emails with priority != now
@diesieben07 diesieben07 changed the title Fix #435 Always send email_queued signal when queuing emails Jun 4, 2024
@selwin selwin merged commit 3a5801b into ui:master Jun 12, 2024
8 checks passed
@selwin
Copy link
Collaborator

selwin commented Jun 12, 2024

Thanks!

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.

When using celery emails are not sent directly
2 participants