sending fax
843830Oct 20 2006 — edited Oct 20 2006We have javamail integrated in a forms application to send email.
This works fine. We also have a product GFI faxmaker to send faxes.
For instance if we make a new email in outlook and give in the TO: [fax:0124578754] the system will send a fax instead o an email.
If we try to do this in our oracle application using JAVAMAIL it does not work. I tried passing [fax:0124578754], "[fax:0124578754]", ... to JAVAMAIL, but i won't work. I seems like he is translating "[fax:0124578754]" to an email adress ==> "[fax:0124578754]"@domain.be, which off course is invalid.
Does anyone have any experience in this area ?