added Cc and Bcc headers to the sendmail command

This commit is contained in:
Gani Georgiev
2026-07-06 16:02:14 +03:00
parent 7b3f4d62b1
commit b2ed234d74
2 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
## v0.39.6 (WIP)
- (@todo prepare announcement explaining the options) Added extra hardening options to the Microsoft OAuth2 provider allowing devs to specify the preferred safe email extraction method.
- Added `Cc` and `Bcc` recipients to the dev `sendmail` command for consistency with the SMTP mailer.
- (@todo prepare announcement explaining the options) Added extra hardening options to the Microsoft OAuth2 provider allowing developers to specify the preferred safe email extraction method.
- (@todo) Bumped the min Go GitHub action version to 1.26.5 as it includes some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.5).