I am going to send emails to our users (5000+), but I'm not sure what's the best way to do it.
To send single emails we have used google apps' smtp server, which allows 100/day (or 400 if you pay). We're using PHP and PHPMailer.
1) How does i.e. google react if i send thousands of emails from my own smtp server? Do they use blacklists or whitelists?
2) Can I buy access to a 'trusted' smtp server somewhere? (I would actually prefer this solution)
3) What are the best practices when sending bulk emails? (send 50, wait 30 mins, send more ..etc ?)