aot2002 wrote:
I've got a client which I built a web interface to do this and he sends out a Newsletter weekly to 5K members of his forum.
It's a simple script he just formats it in Outlook and then dumps the view source HTML into this web form and hits submit. It uses php mail function, we've never had any problems with it.
Are you receiving mail on this server too or just sending ??
Hi,
Thanks for your reply.
This box would only ever be used to send out mail, it would not require incoming mail. The clients domain will have incoming email but that will be sorted by his main hosting server (on a different box). I literally want this to be a dedicated mail out server only.
I've sent a fair bit of email using PHP's mail() function before (I'm a PHP Developer) but not to the level that you are talking about. It's good to hear that it supports it, although I wasn't sure just how stable it is and whether I'd be better off (going forwards) using dedicated server software.
- Mike