Hi
I have a site with more than 50,000 user and I want to send newsletters to each of our site user.
If I use the normal "mail" command in PHP, it will create a heavy load for the server so that after sending the email, because of the heavy traffic which gets created on the server, the email will either not be send or it can take up to one week till it gets send out.
Is there any better and easier procedure or method for sending these types of emails? (I have a dedicated server)