Display current sent email count per domain and max limit in cPanel statistics
Open Discussion
Show current email count and limit per domain in cPanel, so customers can know if they are sending too much email per hour.
As root the limit can be measured with:
- stat -c %s /var/cpanel/email_send_limits/track/EXAMPLE.COM/$( perl -e 'print join( ".", ( gmtime(time()) )[ 2, 3, 4, 5 ] ) ' )
But I'd like my users to be able to see that info in cPanel.
Replies have been locked on this page!