Jump to content

PHP script to send bulk email from another server


johnsmith153

Recommended Posts

My server is perfect, other than they won't allow me to send the amount of email I want. (cloud hosting which I like and do not want to move)

 

I thought about getting a VPS server purely for this purpose of sending email.

 

Would I use cURL and send GET requests to a script on this new server like this:

 

www.newserver.com/script.php?subject=&body=&password=tguehguiehguiet

 

and that is it.

 

How else would I do it - for speed etc?

 

I am sending 25,000 a day - so it is pretty important.

All MTA(s) support a spool directory where one can dump thousands / millions of messages that mail server can transfer using envelope groupings, so the mail server opens one connection to the host and deliveries all the mail that is intended for that host. Looping or using any PHP mail class for delivering that many messages is very silly and will get your server flagged, blacklisted very quickly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.