RE: [PHP] Fax manipulation?

2001-02-19 Thread Brian V Bonini

There are actually many ways to send an email to a fax
gateway. So, you could generate an email, send it to a
FAX gateway, ... and presto!

-Brian
*

> -Original Message-
> From: Joshua Long [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 19, 2001 9:26 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Fax manipulation?
> 
> 
> Hello all...
> 
> Is there anyway at all for a PHP script to somehow interact with a fax?
> dynamically generated pdfs... dynamically generated images... dynamically
> generated... faxes? I mean i don't even know how it would begin 
> to work but
> is there a way to send a fax maybe as it does e-mail?
> 
> Thanks in advance, Josh
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: RE: [PHP] Fax manipulation?

2001-02-19 Thread Chris Carbaugh


Check out PHPFax.sourceforge.net

This is a project I started a while back and never quite finished.
The project does work, and is in use by the 20 windoze users I support.
 If you interested in the code, I suppose I can make the time to upload
it :)

Let me know,

Chris

On Mon, 19 Feb 2001, Brian V Bonini wrote:
> Date: Mon, 19 Feb 2001 09:38:20 -0500
> To: "Joshua Long" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> From: "Brian V Bonini" <[EMAIL PROTECTED]>
> Reply-To: <[EMAIL PROTECTED]>
> Subject: RE: [PHP] Fax manipulation?
> 
> There are actually many ways to send an email to a fax
> gateway. So, you could generate an email, send it to a
> FAX gateway, ... and presto!
> 
> -Brian
> *
> 
> > -Original Message-
> > From: Joshua Long [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 19, 2001 9:26 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Fax manipulation?
> > 
> > 
> > Hello all...
> > 
> > Is there anyway at all for a PHP script to somehow interact with a
> fax?
> > dynamically generated pdfs... dynamically generated images...
> dynamically
> > generated... faxes? I mean i don't even know how it would begin 
> > to work but
> > is there a way to send a fax maybe as it does e-mail?
> > 
> > Thanks in advance, Josh
> > 
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> > 
> > 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: Re: RE: [PHP] Fax manipulation?

2001-02-19 Thread Chris Carbaugh


Humberto:
Sorry it took me a while to repsond...

I'll get some code uploaded to PHPFax.sourceforge.net as soon as
possible.

Be warned, however, that the code is in what I would call 'proof of
concept' state.  Meaning it works, but it is far from something that is
easy to install and setup.  It relies on several other software
packages (all opensource, of course), and takes some effort to get
working.

I'll write up some instructions and upload.  Hopefully this week?

Chris


On Mon, 19 Feb 2001, Indrek Järv wrote:
> Date: Mon, 19 Feb 2001 18:44:09 +0200
> To: [EMAIL PROTECTED]
> From: Indrek Järv <[EMAIL PROTECTED]>
> Subject: Re: RE: [PHP] Fax manipulation?
> 
> >Check out PHPFax.sourceforge.net
> >
> >This is a project I started a while back and never quite finished.
> >The project does work, and is in use by the 20 windoze users I
> support.
> > If you interested in the code, I suppose I can make the time to
> upload
> >it :)
> >
> >Let me know,
> >
> >Chris
> 
> Hi Chris.
> 
> Upload will be nice :)
> I like very much see this PHP code :)
> 
> Indrek Järv
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]