SchweppesAle Posted December 5, 2009 Share Posted December 5, 2009 Hi, this might be a stupid question. I was just wondering if it's possible to send out a fax via PHP. Thanks Link to comment https://forums.phpfreaks.com/topic/184094-sending-out-a-fax-through-php/ Share on other sites More sharing options...
salathe Posted December 5, 2009 Share Posted December 5, 2009 Possible, yes. The solution would depend entire on what precisely you want to do ("send a fax, duh"). Is the fax machine going to be local to the server hosting the PHP, or would using external (web) services be OK? Link to comment https://forums.phpfreaks.com/topic/184094-sending-out-a-fax-through-php/#findComment-971954 Share on other sites More sharing options...
Zane Posted December 5, 2009 Share Posted December 5, 2009 You'll most definitely need a modem to do such a thing. Unless there's a newer fancier way (i.e. USB) of connecting to a fax machine. Even still, it'll use a phone line/fax line. The only other option that would eliminate the use of a modem or even a fax machine is if you used a third party API such as eFax.. if they even offer an API. Link to comment https://forums.phpfreaks.com/topic/184094-sending-out-a-fax-through-php/#findComment-971956 Share on other sites More sharing options...
SchweppesAle Posted December 5, 2009 Author Share Posted December 5, 2009 Basically my client wants to receive notification of any new orders via fax "because it makes noise" rather than email. Is there any better way of doing this? Link to comment https://forums.phpfreaks.com/topic/184094-sending-out-a-fax-through-php/#findComment-971990 Share on other sites More sharing options...
bacarudaguy Posted December 6, 2009 Share Posted December 6, 2009 Basically my client wants to receive notification of any new orders via fax "because it makes noise" rather than email. Is there any better way of doing this? Tell them to set an audible notification on their computer and keep the speakers turned up... Link to comment https://forums.phpfreaks.com/topic/184094-sending-out-a-fax-through-php/#findComment-972180 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.