I have been working with the CURL contrib lib to try and create an SMTP example.
I have my email working perfect using CURL in a command line mode so I know the
file I am sending is good and I have all my other user setting the way I need them.
When I try to port things to using the library I am having a problem determining how to specify the
file I wish to send since I see READDATA is not supported/specified in the
hburl.ch file.
I have tried several other options for the input file like the HB_CURLOPT_FILE and HB_CURLOPT_INFILE with no
success. Any suggestions.
Thanks
Dave