summary refs log tree commit diff
path: root/changelog.d/16881.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.102.0rc1 v1.102.0rc1Andrew Morgan2024-02-201-1/+0
|
* Add metric for emails sent (#16881)Remi Rampin2024-02-141-0/+1
This adds a counter `synapse_emails_sent_total` for emails sent. They are broken down by `type`, which are `password_reset`, `registration`, `add_threepid`, `notification` (matching the methods of `Mailer`).