Just did a little bit of testing on my machine here...

You can add messages to the mail queue via cfquery. If you configure it
to send messages as soon as they arrive in the spool, you have to
trigger the sending process by sending a message through the server in
the normal way. This could be via cfmail, or any other mechanism you
choose. Depending on the exact problem you are having, this may or may
not be a useful solution.

The test I tried inserted 20 messages into the database, and used cfmail
to send a dud message to a black-hole email address.

The dud message and the 20 messages were all sent as soon as the cfmail
spooler had sent the message to postcast server.

You can also configure postcast to send messages on a scheduled basis,
but the most frequent setting you can have for it is once per hour.
Again, depending on the exact nature of the problem this may or may not
be a problem.

Spike (In Canada where the brass monkeys are crying their eyes out)

Stephen Milligan
Team Macromedia - ColdFusion
Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content
Management'
http://spikefu.blogspot.com

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Spike
> Sent: 03 February 2003 09:11
> To: [EMAIL PROTECTED]
> Subject: RE: CFGURU: FW: [ cf-dev ] Mail servers
> 
> 
> Try postcast (http://www.postcastserver.com)
> 
> It stores it's outgoing messages in a jet database. You can 
> create a datasource that points to the database and you may 
> be able to insert the messages to it's mail queue using cfquery.
> 
> Spike
> 
> Stephen Milligan
> Team Macromedia - ColdFusion
> Co-author 'Reality Macromedia ColdFusion MX: Intranets and 
> Content Management' http://spikefu.blogspot.com
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On Behalf Of Snake Hollywood
> > Sent: 03 February 2003 08:53
> > To: [EMAIL PROTECTED]
> > Subject: CFGURU: FW: [ cf-dev ] Mail servers
> > 
> > 
> > 
> > 
> > 
> > 
> > Need something more reliable than CFMAIL on a server that
> > sends a lot of email. Any recommendations ? I have used the 
> > coolfusion.com SMTP server b4 which seemed ok.
> > 
> > 
> > Russ
> > 
> > 
> > 
> > --
> > ** Archive: 
> http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/
> > 
> 
> > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED] For human help, e-mail: 
> > [EMAIL PROTECTED]
> > 
> > 
> > 
> > --
> > cfguru :  ColdFusion Guru List
> > List Coordinator: [EMAIL PROTECTED]
> > http://www.granularity.net/cfguru/
> > 
> 
> --
> cfguru :  ColdFusion Guru List
> List Coordinator: [EMAIL PROTECTED]
> http://www.granularity.net/cfguru/
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to