aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/emailclient/dashapi_sender.go
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: include bot's name into the sender emailAleksandr Nogikh2025-07-161-2/+5
| | | | | When sending via dashapi, we used to only include the raw email address. Include the bot's name there as well.
* syz-cluster: move email sender code to a separate packageAleksandr Nogikh2025-07-081-0/+37
This will facilitate code reuse.