Best Ways to send message or data to fax machine
I currently am working on a web application that 开发者_StackOverflowneeds to collect data from a form and will take the information and put it in a report format and sent it to a fax machine and print it out.
What is the easiest way to do this. I would like it to act similar to collecting informastion off of a form and then sending an email, but I would like to send it to a fax instead.
Thanks!
The quickest way is to use a middleware package or service which provides an API. A quick google search came up with these people.
If you want to manage the modem locally, there is a Windows COM object on some versions of the operating system which can do faxing for you.
精彩评论