Good People. I have a PHP application that manages certain types of meetings. In short, a person creates a meeting and this causes the application to send emails inviting other users to this meeting. It worked fine when there were few people, but now the hosting server is limiting these emails, that is, some receive and some do not (and the application stops sending any email for a certain period).
This has made me lose users !!!
How to solve this? Is it possible to have an external service in which I can only change the SMTP data without tampering with the application? Basically I would like to send as many emails as needed. Anyone have a better idea? Thank you.