| Author |
Message |
MrGamma
Joined: 07 May 2007 Posts: 3
|
Posted: Mon May 07, 2007 5:50 pm Post subject: Php Mail |
|
|
I would like to set up a client with php newsletter software. I have run into countless problems doing this on other server environments. I have tried to make my questions exact.
Should I be using the php sendmail mail transfer agent or is it preferred that I speak directly to your stmp server over sockets?
I realize there is load balancing on your server ( Thank God ) are there any other restraints in place that will terminate my mailing scripts prematurely outside of the usual max_execution time settings?
In other words... should I be scheduling controlled bursts with cron or can I get away with letting loose and just send everything out all at once?
My clients current mailing lists do not exceed 6,000 - 8,000 emails addresses. Most clients are under 500 emails total.
Will I be billed additionally for mail traffic?
Any help would be much appreciated. |
|
| Back to top |
|
 |
kevin CWH Staff
Joined: 13 Dec 2004 Posts: 206 Location: Vancouver, BC
|
Posted: Tue May 08, 2007 3:18 pm Post subject: |
|
|
We support mailing lists under VPS plans as it takes a lot of load when running them in a shared environment.
http://www.canadianwebhosting.com/vps.asp
You should send them in batches rather then send them all at once. |
|
| Back to top |
|
 |
|