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?
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