hei

How I send online fax through php. we all know there is a very easy function called

mail()

can use to easy mailing. but I am finding is there any solution for send a fax like mailing

thank you

Recommended Answers

All 2 Replies

There's no such thing in php ... !
You could use instead a webservice; I found this one to be pretty good > http://www.send2fax.com/. You basically send a mail to the server using 1400555####@send2fax.com and it sends directly the fax. Pretty amazing. But not free.
EDIT: actually it's possible via PHP, it's just that you need interaction with hardware as well. (plus, transforming the output into data a fax server can send). Using a service is far more reliable.

how can I code php script to send a fax

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.