# Replies via email in reports

**URL:** https://meta.discourse.org/t/replies-via-email-in-reports/160841
**Category:** Feature
**Created:** [August 14, 2020, 9:04am UTC](https://meta.discourse.org/t/replies-via-email-in-reports/160841 "2020-08-14T09:04:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zcuric](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zcuric/32/292837_2.png) [@zcuric](https://meta.discourse.org/u/zcuric)
#### Post date: [August 14, 2020, 9:04am UTC](https://meta.discourse.org/t/replies-via-email-in-reports/160841/1 "2020-08-14T09:04:02Z")

</div>

Hi, is it possible to have in reports how many users have used email to reply to topic?

---

<div class="post-metadata">

### Author: ![T\_Disco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/t_disco/32/455171_2.png) [@T\_Disco](https://meta.discourse.org/u/T_Disco)
#### Post date: [October 17, 2024, 1:16pm UTC](https://meta.discourse.org/t/replies-via-email-in-reports/160841/2 "2024-10-17T13:16:49Z")

</div>

Hi Zdravko,

This might be of use?

> [@Email statistics](https://meta.discourse.org/t/email-statistics/52478):
>
> I run into 100k / mo emails limit of a free SparkPost account. To better understand what type of email exactly I have to tackle, I had to write an SQL query which calculates email statistics by email type. Sharing it with the community. Example result: SQL query -- [params] -- string :date\_interval = 1 month WITH stats AS ( SELECT email\_type, COUNT(id) as num FROM email\_logs WHERE created\_at \>= CURRENT\_TIMESTAMP - interval :date\_interval GROUP BY email\_type ) SELEC…
