# Why so many outgoing emails?

**URL:** https://meta.discourse.org/t/why-so-many-outgoing-emails/47021
**Category:** Support
**Created:** [July 9, 2016, 6:27am UTC](https://meta.discourse.org/t/why-so-many-outgoing-emails/47021 "2016-07-09T06:27:42Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [November 4, 2016, 8:46am UTC](https://meta.discourse.org/t/why-so-many-outgoing-emails/47021/4 "2016-11-04T08:46:01Z")

</div>

Hi, @SidV, learn your email statistics with using this query for [data explorer](https://meta.discourse.org/t/32566?silent=true):

> [@Email statistics](https://meta.discourse.org/t/email-statistics-sql-script-for-data-explorer/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…

---

_[View the full topic](https://meta.discourse.org/t/why-so-many-outgoing-emails/47021)._
