How can I count sending of email notifications / emails
![](http://jazz.net/_images/myphoto/7a85559168de04b7db6026bdf749b54d.jpg)
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
![](http://jazz.net/_images/myphoto/7a85559168de04b7db6026bdf749b54d.jpg)
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.
![](http://jazz.net/_images/myphoto/7a85559168de04b7db6026bdf749b54d.jpg)
I would suggest to try to log this in your Mail Server. You can do this by using the sender address, I think.
Comments
![](http://jazz.net/_images/myphoto/7a85559168de04b7db6026bdf749b54d.jpg)
The RTC/Jts Server has no MAIL SERVER. that has only a SMTP CLIENT.
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
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.