diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..cb8f0f40
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-linux-gnueabihf 
+
+Full configure and make flags for each step:
+
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 06674ac9..d31f37d1 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,59 +1,103 @@
-Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
-
-We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
-
-In  master-arm after:
-
-  | 2 commits in gcc
-  | dc476e5f68ec AVR: Don't print a space after , when printing instructions.
-  | 673a448aa24e Optimize initialization of small padded objects
-
-Results changed to
-# reset_artifacts:
--10
-# true:
-0
-# build_abe binutils:
-1
-# build_abe stage1 --:
-2
-# build_abe linux:
-3
-# build_abe glibc:
-4
-# build_abe stage2 --:
-5
-# build_abe gdb:
-6
-# build_abe qemu:
-7
-
-From
-# reset_artifacts:
--10
-# true:
-0
-# build_abe binutils:
-1
-# build_abe stage1 --:
-2
-# build_abe linux:
-3
-# build_abe glibc:
-4
-# build_abe stage2 --:
-5
-# build_abe gdb:
-6
-# build_abe qemu:
-7
-
-The configuration of this build is:
-CI config tcwg_gnu_cross_build master-arm
+Dear contributor,
+
+Our automatic CI successfully passed with your patch(es). Please find some details below.
+
+In  master-arm, after:
+  | 21829 commits in binutils,gcc,linux,glibc,gdb,qemu
+  | 95dac283521 Automatic date update in version.in
+  | 5a655b5291b x86: Fix comment typos in TLS relocation check
+  | 229ecf80f35 gold: Always resolve non-default weak undefined to 0
+  | 1a86b364a30 [gdb/testsuite] Handle unsupported catch syscall
+  | d5de35fb07a Automatic date update in version.in
+  | ... and 783 more commits in binutils
+  | dc476e5f68e AVR: Don't print a space after , when printing instructions.
+  | 673a448aa24 Optimize initialization of small padded objects
+  | 08693e29ec1 Daily bump.
+  | b1765a5737f c++: add fixed test [PR101099]
+  | ffd56dcc11e c++: add fixed test [PR115616]
+  | ... and 2204 more commits in gcc
+  | 6b9ffc4595ab Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
+  | a4c763129fbc Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs
+  | 3d3020c46193 bcachefs: Mark more errors as autofix
+  | e3e694094091 bcachefs: Revert lockless buffered IO path
+  | 6cd90e5ea72f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
+  | ... and 16070 more commits in linux
+  | 3844cdc3309 io: Fix destructive nature of tst-fchmod-errors
+  | 424d97be504 io: Add error tests for fchmod
+  | 29f0db6a2e0 powerpc64: Fix syscall_cancel build for powerpc64le-linux-gnu [BZ #32125]
+  | 3fc063dee01 Make __strtod_internal tests type-generic
+  | 457622c2fa8 Fix strtod subnormal rounding (bug 30220)
+  | ... and 259 more commits in glibc
+  | d5de35fb07a Automatic date update in version.in
+  | c201bc6e933 gdb: remove duplicate check in disable_breakpoints_in_freed_objfile
+  | e5afccc7e45 gdb/dwarf2: cleanup includes
+  | 71e0850800c Minor formatting fix in breakpoint.c
+  | bcae3bb6509 Fix regexp quoting in gdb.ada test cases
+  | ... and 779 more commits in gdb
+  | cec9917193 Update version for v9.1.0-rc4 release
+  | 23e67bd740 Merge tag 'pull-qapi-2024-08-27' of https://repo.or.cz/qemu/armbru into staging
+  | 43e0d14ee0 docs/sphinx: fix extra stuff in TOC after freeform QMP sections
+  | afaee42f77 Merge tag 'pull-nbd-2024-08-26' of https://repo.or.cz/qemu/ericb into staging
+  | 3874f5f73c nbd/server: CVE-2024-7409: Avoid use-after-free when closing server
+  | ... and 1704 more commits in qemu
+
+Produces Success:
+  | Results changed to
+  | # reset_artifacts:
+  | -10
+  | # true:
+  | 0
+  | # build_abe binutils:
+  | 1
+  | # build_abe stage1 --:
+  | 2
+  | # build_abe linux:
+  | 3
+  | # build_abe glibc:
+  | 4
+  | # build_abe stage2 --:
+  | 5
+  | # build_abe gdb:
+  | 6
+  | # build_abe qemu:
+  | 7
+  | 
+  | From
+  | # reset_artifacts:
+  | -10
+  | # true:
+  | 0
+  | # build_abe binutils:
+  | 1
+  | # build_abe stage1 --:
+  | 2
+  | # build_abe linux:
+  | 3
+  | # build_abe glibc:
+  | 4
+  | # build_abe stage2 --:
+  | 5
+  | # build_abe gdb:
+  | 6
+  | # build_abe qemu:
+  | # FAILED
+  | # First few build errors in logs:
+
+Used configuration :
+ *CI config* tcwg_gnu_cross_build master-arm
+ *configure and test flags:* --target arm-linux-gnueabihf 
+
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
 -----------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-build/769/artifact/artifacts/
+The full lists of regressions and improvements as well as configure and make commands are in
+ * https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-build/769/artifact/artifacts/notify/
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-build/769/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-build/768/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-build/671/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 81eeb0d7..aa219efd 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-cc:oliva@adacore.com,bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,avr@gjlay.de,oliva@gnu.org
+bcc:tcwg-validation@linaro.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index db3666c5..cb21cbf3 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 2 commits in gcc: Success on arm
+[Linaro-TCWG-CI] 21829 commits in binutils,gcc,linux,glibc,gdb,qemu: Success on arm
