I was wondering if it is possible to send a fax through ASP.NET without using proprietary fax software (i.e. using all native .NET classes)
All I want to do is send the generated PDF file to a remote fax, not to a printer.
There is this question, however this guy uses a third-party program as fax software
EDIT: We do not have control over the remote fax, and you will have little information on how the fax is configured.
source
share