Bit of a long shot, but is it possible to count how many emails a given SMTP account has sent in an hour?
Say [email protected] sends emails via Thunderbird and a PHP script.
Can that PHP script first check somehow how many emails have been sent that hour?
Obviously the PHP script can easilly keep a tally of how many emails it sends, but no way of knowing if John has been sending too many from his email client, or another script...
Many thanks.