ich möchte gerne auf eine meiner Webseiten ein eMail-Formular einbauen, dessen Inhalt, wenn es abgeschickt wird, auf der „anderen Seite“ als Fax herauskommt.
Wie mache ich das, muss man da speziell etwas programmieren, welche Voraussetzungen sind notwendig oder weiss jemand ein solches Tool irgendwo ??
ich möchte gerne auf eine meiner Webseiten ein eMail-Formular
einbauen, dessen Inhalt, wenn es abgeschickt wird, auf der
„anderen Seite“ als Fax herauskommt.
Wie mache ich das, muss man da speziell etwas programmieren,
welche Voraussetzungen sind notwendig oder weiss jemand ein
solches Tool irgendwo ??
Unix? Dann Hylax installieren. (Der Server braucht dann natürlich ein Modem…)
SENDFAX(1) SENDFAX(1)
NAME
sendfax - submit a facsimile job for transmission
SYNOPSIS
sendfax [options] [files...]
DESCRIPTION
sendfax submits one or more facsimile transmission
requests to a HylaFAX facsimile server. Requests are nor
mally processed immediately, although they may also be
queued for transmission at a later time using a syntax
identical to the at(1) command. For each job that is
queued, sendfax prints a job identifier and a job group
identifier on the standard output. A job identifier is
the token by which jobs are identified within HylaFAX; job
group identifiers are used to reference a set of jobs that
have been submitted at the same time. Job and job group
identifiers can be supplied to the faxrm(1) command to
remove the jobs or to the faxalter(1) command to alter job
parameters.
Facsimile are made from the concatenation of a cover page
(see below) and one or more files specified on the command
line. If no files are supplied on the command line, send
fax will read data from the standard input unless polling
is requested. Cover pages are distinguished for the pur
pose of generating ``continuation cover pages'' on the
server; these are makeup cover pages that are automati
cally generated if a job fails after sending the original
user-specified cover page.
sendfax passes POSTSCRIPTtm and TIFF documents directly
through to the fax server for transmission, and attempts
to convert other file formats to either POSTSCRIPT or
TIFF. In normal operation sendfax automatically converts
ASCII-text, troff(1) output, and Silicon Graphics format
images for transmission.
_[...]_