If the server is a Windows 2000 system (not sure about NT), Win2k comes 
with a fax service already installed. It's fully scriptable too. The 
only gotcha is passing the text from CF to a wsh script is kinda kludgy 
at the moment. I'd either do a cfexecute or just write the faxes to be 
sent into a spool directory with cffile then run the fax script at a 
scheduled interval which would read the files and send any faxes.

jon
Kelly Matthews wrote:

>Ok here is the deal.
>I have a program I have written where we want a document to be created (in
>whatever format necessary for the fax program) and then faxed to a certain
>number.
>
>Obviously we would prefer to use our in house Fax Server which is Right Fax.
>Has anyone ever done anything with CF and Right Fax?
>
>Option 2 would be to purchase a Fax program that someone has worked w/
>easily w/ CF to do this sort of thing. We do want a Fax program, however,
>that is capable of dialing out on multiple lines, vs. queueing faxes up and
>using one line.
>
>Any suggestions would be appreciated!
>Kelly
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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