Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop "@" from email sender to avoid spam filters (go-gitea#29109)
Commit 360b3fd (Include username in email headers (go-gitea#28981), 2024-02-03) adds usernames to the From field of notification emails in the form of `Display Name (@username)`, to prevent spoofing. However, some email filtering software flags "@" in the display name part of the From field as potential spoofing, as you could set the display name part to another email address than the one you are sending from (e.g. `From: "apparent@email-address" <actual@email-address>`). To avoid being flagged, instead send emails from `Display Name (username)`. Closes: go-gitea#29107 --------- Co-authored-by: Giteabot <teabot@gitea.io>
- Loading branch information