In the company I work at, I have to setup our backend application to send a big amount of emails with updates to a customer (we have permission for that), but without using any 3rd party service apart from the current one that our company uses. Obviously, our current email service provider has a limit on outgoing emails which I asked them to increase for the purposes of the application. They warned me though, that if the server gets blacklisted they'll have to decrease the limit again.
The customer has its own domain name (example.com
) and email service provider, and I was wondering if they provide me with an account under their domain name (a@example.com
), will there be a limit on how many outgoing emails I can send to one of the email addresses on the same domain name (b@example.com
) or is there any risk of getting any of the servers involved blacklisted?
TL;DR Is there a limit on how many emails you can send from a@example.com
to b@example.com
or any other issue that might arise if "too many" emails get sent?