2
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 well when there were few people, but now the hosting server is limiting these emails, IE, some receive and others do not (and the application stops sending any email for a certain period).
This has caused me to lose users!!!
How to fix this? Is it possible to have an external service where I can only change SMTP data without touching the application? Basically what I would like to do is send as many emails as necessary. Does anyone have a better idea? Thank you.
I believe it can help you: https://www.google.com/intx/pt-BR/work/apps/business/ Since I’ve never done anything like this before, I may be mistaken... but I believe a corporate email can help....
– Rafael Withoeft
http://mailchimp.com/, but you will have to pay and change the email sending part of your application.
– gmsantos
Thank you guys for the information. What most fits what I need is https://mandrillapp.com It provides the SMTP I need to insert into the application without having to program anything. And works very well even in the free version. :)
– Oli Veira