Anon wrote:Hi Guys, I want to know how can i send an email to fax message using PHP or how can I send a fax using PHP? I heard that you can do this using Perl and ASP. Thanks. Can you please help me what are the syntax to use and code? Thanks!!!!!
If you want to send faxes in a real production system, you should use an external tool. According to me, the best tool is FaxCarrier.
It has an xml based integration technology like that.
<sendfax phone="123123123">
<pages>
<page template="background.bmp">
<annotation text="Hello From FaxCarrier." x=10 y=100 fontsize=12>
<annotation text="Sendind Fax is too easy." x=10 y=300 fontsize=10>
</page>
</pages>
</sendfax>
Can you prepare an xml like above ?
If you can, you send faxes from anywhere including PHP.
Please visit www.intelligentSoftwares.com/FaxCarrierEn.asp
If you send an email to info@intelligentSoftwares.com, they can give you a shareware version.
Regards