Can I send a fax using PHP?

Sushant Panigrahi picture Sushant Panigrahi · Feb 20, 2010 · Viewed 16k times · Source

I have fax numbers and I would like to send a fax message to each of the numbers programatically.

What is the code to send fax message using PHP?

Answer

Douwe Maan picture Douwe Maan · Feb 20, 2010

As fax is not internet-based like email, there is no easy way to do this, like you can send emails using mail().

You can, though, use PHP to talk to an internet fax service, as described here: http://www.interfax.net/en/dev/php