Does anybody know how many emails are limited in the mail() function? I just wonder, because my localhost server allow me to send just one email through BCC and one email as TO. So I based the production server with this limitations, but my question is, if there's a limit of emails allowed, which number it is, or if this depends on server configurations or PHP configuration? Both my servers are Apache.
I've been looking for this answers without success. Does anybody know this answer?
What I know is unless we have an email list services emails are limited to 100 per day. But is PHP capable to send this amount of emails?
Also know that's better to use the Perl extension to this function for bulk email, but by my end I'm not interested in bulk emails, just the ability to send enough emails through the internal network to a certain amount of employees.
For example, if an order is created in the system then all the departments that will have contact with this order should receive an email. ex programming@company.com, production@company.com and shipping@company.com.