Re: [twsocket] SMTP mail queue component?

2010-10-04 Thread Angus Robertson - Magenta Systems Ltd
A few years ago I built a Mail Queue Service (I called SMailQ). This wasn't a queuing component, but an entire queueing service for SMTP clients to connect and drop messages for sending to an SMTP server. This fully featured system may not be what you are looking for, but I can share some

Re: [twsocket] SMTP mail queue component?

2010-10-04 Thread Angus Robertson - Magenta Systems Ltd
Has anyone built a component to queue email until an SMTP relay server is available? Not yet, but it's probably no big deal to write one. It could be a simple two files per item approach. Simple is what I like, so I want to keep to one file per item, with all queue or status information

Re: [twsocket] SMTP mail queue component?

2010-10-04 Thread Arno Garrels
- Original Message - From: Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk To: twsocket@elists.org Sent: Monday, October 04, 2010 11:11 AM Subject: Re: [twsocket] SMTP mail queue component? Has anyone built a component to queue email until an SMTP relay server is available

Re: [twsocket] SMTP mail queue component?

2010-10-03 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: Has anyone built a component to queue email until an SMTP relay server is available? Not yet, but it's probably no big deal to write one. It could be a simple two files per item approach. One email file written to the queue directory with method

Re: [twsocket] SMTP mail queue component?

2010-10-03 Thread Fastream Technologies
On Sun, Oct 3, 2010 at 1:10 PM, Arno Garrels arno.garr...@gmx.de wrote: Angus Robertson - Magenta Systems Ltd wrote: Has anyone built a component to queue email until an SMTP relay server is available? Not yet, but it's probably no big deal to write one. It could be a simple two files per

Re: [twsocket] SMTP mail queue component?

2010-10-02 Thread DZ-Jay
On Oct 01, 2010, at 11:41, Angus Robertson - Magenta Systems Ltd wrote: Has anyone built a component to queue email until an SMTP relay server is available? Angus, A few years ago I built a Mail Queue Service (I called SMailQ). This wasn't a queuing component, but an entire