How can I count sending of email notifications / emails

Hi together
We need some statistic information over the number of emails which was send bei the Jazz/RTC System !
- How many emails was send per day ?
- How many emails was send until current time ?
- How many emals was send in time period ?
How can I "count" sending of email notifications or emails in the JAZZ / RTC System ?
2 answers

I'm not aware of any means to do this other than monitor the SMTP server that your JTS is configured to use. Looking at
com.ibm.team.repository.service.compatibility.internal.mailer.MailerService
and
com.ibm.team.repository.service.jts.internal.mailer.MailerService
I see no logging of successfully sent email.

I would suggest to try to log this in your Mail Server. You can do this by using the sender address, I think.
Comments

The RTC/Jts Server has no MAIL SERVER. that has only a SMTP CLIENT.

I am not aware of internal monitoring of this. I checked the MBeans https://jazz.net/wiki/bin/view/Deployment/MBeansReference and couldn't find anything obvious.
I think this is now driven by the fact that no-one does seem to have any access to their vital infrastructure anymore and try to push collecting metrics to the parts they still control.