Paris Lundis wrote:

> something else kind of struck me when looking at your tag documentation...
> you are writing to the spool directory :) good...


Yes. From there it is picked up by the default CF mail handler (dart.dll).


> I was wondering if you or anyone else had looked at the actual MAIL SPOOL on
> your mail server...  Here is my next generation concept for your program and
> people developing mail stuff with regard to customized volume oriented
> programs...
> 
> 1. Run the query..
> 2. Construct the messages.
> 3. Rather than parsing to the spool directory:
>       A. format the output to meet the standard mail specification.
>       B. Parse the completed specification emailing to the mail servers outgoing
> directory...
> 
> Anyone done anything like this?


AFAIK happens all the time. For me to implement that I would need to 
know what additional requirements are needed when writing to a diferent 
mail handler. CF requires 7 specially formatted lines followed by a 
blank line. What would MDaemon/IIS SMTP/Sendmail(?) etc. require?


> We run Mdaemon which is plain text files in directories just like CF...  the
> specification would be simple to duplicate without documentation... Most of
> the other programs like SLMAIL and other 3rd party use text file format...
> not sure about Microsofts que...
> 
> Anyone think such an approach might be worth investing time to attempt???


I will include something a little bit more generic in the final version, 
i.e. the ability to return a variable which is the entire email content. 
Then people can figure out for themselves how to feed that to some SMTP 
system.


> Maybe all that is obvious... Additionally, note, that this wouldn't work in
> situations where your email server is a shared resource of your hosting
> company/isp... I doubt they really support people parsing out volumes of
> email to their servers anyways :)


We do.


Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to