questions on email sending limits
Posted by: modocharlie
Posted on: 2008-02-14 12:50:00
Not sure if this is the right spot for this question, but here it goes anyway
I know there's a limit of 200 emails per hour to be sent. this is more than reasonable since I don't think many people send that amount of emails on a regular basis. However:
1.- is this limit set for each account? for each domain? or for each DH customer altogether?
2.- an email sent to several CC or BCC recipients counts as 1 email or does it count as 1 per every recipient?
3.- in the same line as the previous question, if I use php mail() to send one email to a group of users (1 instance of the mailer, running just once, with several recipients in the To,CC or BCC fields) does count as 1 email (better said, 1 email per each time the script runs) or 1 per each recipient?
thanks in advance!