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

Update bulk email docs #2312

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/bulk-email.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Send a bulk email

Sometimes it may be necessary to send a bulk email to many subscribers at once.
There is [a Rake task in email-alert-api][rake-task] to perform this task and
it's [available as a job in Jenkins][send-bulk-production].
There is [a Rake task in email-alert-api][rake-task] to perform this task.
You may want to create a temporary rake task instead, see [this example](https://github.com/alphagov/email-alert-api/commit/05ff8fb824690e0a086e0d6ac03c16e80ef90b59).

[rake-task]: https://github.com/alphagov/email-alert-api/blob/main/lib/tasks/bulk_email.rake

Expand Down
Loading