Hello,
I need to send/receive faxes through my web application, and I am not sure where to begin.
Basically, a client clicks a button to send a fax, and records in the database under the client's name when a fax is received.
Preferably through an API from a service based fax company... I will be hosting this application on a dedicated server, I don't think they allow using their modems.
I am using .NET and VB, any ideas?
EDIT: I did some search on Google, http://www.efaxdeveloper.com/ is the closest thing I found. I am not sure how to implement it yet. Anyone have experience with this?