We are trying to have faxes automatically be sent from within an SSIS package.
We have figured out how to send faxes utilizing the Right Fax COM API (rfcomapi.dll)
But our issue is that in order to reference any external assembly within SSIS, that assembly must be in the GAC because SSIS utilizes VSA and not the full-blown dev environment.
What are our options of accomplishing faxes being sent within SSIS?