Is there a way to slow down the speed at which emails are sent?
Seems that they are treated as fast as the server can do, but I would like to limit it so no more than 1 email get’s out per second.
I have a webserver which could send 1000 legit email in one second, it’s like Ticket master people are buying things all at once when they come up. Then we send the confirmation email, but I’m afraid that sending 1000 emails might flag my mail server as excessive.
I could queue the email coming in Laravel on my system, but it seems that doing it in my mail server could be a good option to avoid some development costs for now.