HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
perl hylafax module
Hi.
I've been working on my perl module to make sending stuff via
hylafax easier...
It now allows the sending of plain text or html, using a simple perl
interface. I'm working on the ability to find out what happened to
your faxes for a future version...
I'd be interested in comments/modification/criticism/whatever.
http://wildcat.imaginet.co.uk/software/Fax-Gate-1.05.tar.gz
When it's setup, faxes can be sent as follows:
perl -MFax::Gate -e 'send("08700882907",
"<html><body><h1>test</h1></body></html>", {"format" => "html",
'identifier'=> 'unique_tag', "tagline" => "some custom tagline string"}); '