From 947554b53cd262bf3a161e62f26dfe162fd0a7bb Mon Sep 17 00:00:00 2001 From: Deborah Chua Date: Tue, 21 Jan 2025 16:47:57 +0000 Subject: [PATCH] Update bulk email docs --- docs/bulk-email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bulk-email.md b/docs/bulk-email.md index 124416b7e..4f7d64717 100644 --- a/docs/bulk-email.md +++ b/docs/bulk-email.md @@ -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