Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How to send a fax

Received: by 10.180.92.9 with SMTP id ci9mr2225717wib.1.1328546944728;
        Mon, 06 Feb 2012 08:49:04 -0800 (PST)
X-BeenThere: cake-php@googlegroups.com
Received: by 10.223.100.87 with SMTP id x23ls259236fan.0.gmail; Mon, 06 Feb
 2012 08:48:41 -0800 (PST)
Received: by 10.216.131.194 with SMTP id m44mr375110wei.0.1328546921507;
        Mon, 06 Feb 2012 08:48:41 -0800 (PST)
Received: by 10.216.131.194 with SMTP id m44mr375109wei.0.1328546921476;
        Mon, 06 Feb 2012 08:48:41 -0800 (PST)
Return-Path: <justinledwa...@gmail.com>
Received: from mail-ww0-f51.google.com (mail-ww0-f51.google.com [74.125.82.51])
        by gmr-mx.google.com with ESMTPS id r6si9484522wir.1.2012.02.06.08.48.41
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 06 Feb 2012 08:48:41 -0800 (PST)
Received-SPF: pass (google.com: domain of justinledwa...@gmail.com designates 74.125.82.51 as permitted sender) client-ip=74.125.82.51;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of justinledwa...@gmail.com designates 74.125.82.51 as permitted sender) smtp.mail=justinledwa...@gmail.com; dkim=pass header...@gmail.com
Received: by wgbdy1 with SMTP id dy1so4882731wgb.32
        for <cake-php@googlegroups.com>; Mon, 06 Feb 2012 08:48:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        bh=UCG9UaRwSejkqg7IZiZEhuNFeuJuJkKAQpn5dpb5tZU=;
        b=SCZ3eq5kKfL92stUe5/H3ugvigM+mqq/Hi66yPHVNnkb8ge/IgIjWAkK9LUzINcJEK
         TVl6RiraPtvnF1vQJwxSZKT7FyS/5cQYaZ52FsSz4LHsS7jXmaTPsDMwlvujTnyWI82+
         NDULfJo83+nQmnpAQmo+CBaXrcSpfXEHFQuOg=
Received: by 10.180.90.194 with SMTP id by2mr28689845wib.5.1328546921250; Mon,
 06 Feb 2012 08:48:41 -0800 (PST)
MIME-Version: 1.0
Received: by 10.216.154.69 with HTTP; Mon, 6 Feb 2012 08:48:21 -0800 (PST)
In-Reply-To: <4f352a0c-e99a-4c09-b9cb-d34f4667a6a2@j15g2000yqb.googlegroups.com>
References: <CAJ=2b05rNX8tQob11Fi_tTp71_Be=dd20=oY=TdTokn9yHCP3Q@mail.gmail.com>
 <CA++Nx3C=G3d7GmVciQmJNMFh2crdx=pWfV6U6-yvkUv6b8S...@mail.gmail.com>
 <CAJ=2b064=z5KX3a0BpJTJNXvp53QNNb35hXz7bMxfyJw0AB...@mail.gmail.com>
 <CA++Nx3A1G8G6=AMh9+Q67Oys0qUKBe+pAsFUfo+zkB+SrjJ...@mail.gmail.com> <4f352a0c-e99a-4c09-b9cb-d34f4667a...@j15g2000yqb.googlegroups.com>
From: Justin Edwards <justinledwa...@gmail.com>
Date: Mon, 6 Feb 2012 10:48:21 -0600
Message-ID: <CA++Nx3DgJFjQmhNL8FcZQA6jni=JR62gSQWtHYBfiieHLYy...@mail.gmail.com>
Subject: Re: How to send a fax
To: cake-php@googlegroups.com
Content-Type: multipart/alternative; boundary=f46d043894eb4f00dc04b84e6f1a

--f46d043894eb4f00dc04b84e6f1a
Content-Type: text/plain; charset=ISO-8859-1

If you use an outside api, I highly recommend this.  http://www.phaxio.com/

For all other telephonic based things I recommend twilio or tropo.   Tropo
/ Phono are great products and both opensource.   Adhearsion is nice if you
want to host your own stuff on a budget.

On Mon, Feb 6, 2012 at 10:44 AM, euromark <dereurom...@googlemail.com>wrote:

> its easiest to use some API to connect to
> like
> http://www.interfax.net/en/dev/php
>
> its pretty similar to sending SMS etc via php
>
>
> On 6 Feb., 17:43, Justin Edwards <justinledwa...@gmail.com> wrote:
> > PHP doesn't have telephony hardware drivers, fax over SIP drivers, or
> > anything else like that.   You will need to interface using fax to email,
> > fax to print, or store to a database and extend hylafax.
> >
> > On Mon, Feb 6, 2012 at 10:40 AM, Yves S. Garret
> > <yoursurrogate...@gmail.com>wrote:
> >
> >
> >
> >
> >
> >
> >
> > > I take it that this is impossible through PHP alone?
> >
> > > On Mon, Feb 6, 2012 at 11:38 AM, Justin Edwards <
> justinledwa...@gmail.com>wrote:
> >
> > >> hylafax
> >
> > >> On Mon, Feb 6, 2012 at 10:29 AM, Yves S. Garret <
> > >> yoursurrogate...@gmail.com> wrote:
> >
> > >>> Anyone know how I can send a fax with CakePHP?  Bonus points if I
> can do
> > >>> it with straight PHP.  And no, I cannot use a service such as
> interfax or
> > >>> the like.  This will include sending company sensitive info and I'd
> prefer
> > >>> to keep this within the bounds of the intranet of my organization.
> >
> > >>> --
> > >>> Our newest site for the community: CakePHP Video Tutorials
> > >>>http://tv.cakephp.org
> > >>> Check out the new CakePHP Questions sitehttp://ask.cakephp.organd
> > >>> help others with their CakePHP related questions.
> >
> > >>> To unsubscribe from this group, send email to
> > >>> cake-php+unsubscribe@googlegroups.com For more options, visit this
> > >>> group athttp://groups.google.com/group/cake-php
> >
> > >>  --
> > >> Our newest site for the community: CakePHP Video Tutorials
> > >>http://tv.cakephp.org
> > >> Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
> > >> others with their CakePHP related questions.
> >
> > >> To unsubscribe from this group, send email to
> > >> cake-php+unsubscribe@googlegroups.com For more options, visit this
> group
> > >> athttp://groups.google.com/group/cake-php
> >
> > >  --
> > > Our newest site for the community: CakePHP Video Tutorials
> > >http://tv.cakephp.org
> > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
> > > others with their CakePHP related questions.
> >
> > > To unsubscribe from this group, send email to
> > > cake-php+unsubscribe@googlegroups.com For more options, visit this
> group
> > > athttp://groups.google.com/group/cake-php
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

--f46d043894eb4f00dc04b84e6f1a
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

If you use an outside api, I highly recommend this. =A0<a href=3D"http://ww=
w.phaxio.com/">http://www.phaxio.com/</a><div><br></div><div>For all other =
telephonic based things I recommend twilio or tropo. =A0 Tropo / Phono are =
great products and both opensource. =A0 Adhearsion is nice if you want to h=
ost your own stuff on a budget. =A0</div>

<div><br><div class=3D"gmail_quote">On Mon, Feb 6, 2012 at 10:44 AM, euroma=
rk <span dir=3D"ltr">&lt;<a href=3D"mailto:dereurom...@googlemail.com">dere=
urom...@googlemail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_=
quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1=
ex">

its easiest to use some API to connect to<br>
like<br>
<a href=3D"http://www.interfax.net/en/dev/php" target=3D"_blank">http://www=
.interfax.net/en/dev/php</a><br>
<br>
its pretty similar to sending SMS etc via php<br>
<div class=3D"im"><br>
<br>
On 6 Feb., 17:43, Justin Edwards &lt;<a href=3D"mailto:justinledwa...@gmail=
.com">justinledwa...@gmail.com</a>&gt; wrote:<br>
&gt; PHP doesn&#39;t have telephony hardware drivers, fax over SIP drivers,=
 or<br>
&gt; anything else like that. =A0 You will need to interface using fax to e=
mail,<br>
&gt; fax to print, or store to a database and extend hylafax.<br>
&gt;<br>
&gt; On Mon, Feb 6, 2012 at 10:40 AM, Yves S. Garret<br>
</div>&gt; &lt;<a href=3D"mailto:yoursurrogate...@gmail.com">yoursurrogate.=
....@gmail.com</a>&gt;wrote:<br>
<div class=3D"im">&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt; I take it that this is impossible through PHP alone?<br>
&gt;<br>
</div>&gt; &gt; On Mon, Feb 6, 2012 at 11:38 AM, Justin Edwards &lt;<a href=
=3D"mailto:justinledwa...@gmail.com">justinledwa...@gmail.com</a>&gt;wrote:=
<br>
<div class=3D"im">&gt;<br>
&gt; &gt;&gt; hylafax<br>
&gt;<br>
&gt; &gt;&gt; On Mon, Feb 6, 2012 at 10:29 AM, Yves S. Garret &lt;<br>
</div><div class=3D"im">&gt; &gt;&gt; <a href=3D"mailto:yoursurrogate...@gm=
ail.com">yoursurrogate...@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;&gt;&gt; Anyone know how I can send a fax with CakePHP? =A0Bonus p=
oints if I can do<br>
&gt; &gt;&gt;&gt; it with straight PHP. =A0And no, I cannot use a service s=
uch as interfax or<br>
&gt; &gt;&gt;&gt; the like. =A0This will include sending company sensitive =
info and I&#39;d prefer<br>
&gt; &gt;&gt;&gt; to keep this within the bounds of the intranet of my orga=
nization.<br>
&gt;<br>
&gt; &gt;&gt;&gt; --<br>
&gt; &gt;&gt;&gt; Our newest site for the community: CakePHP Video Tutorial=
s<br>
&gt; &gt;&gt;&gt;<a href=3D"http://tv.cakephp.org" target=3D"_blank">http:/=
/tv.cakephp.org</a><br>
&gt; &gt;&gt;&gt; Check out the new CakePHP Questions sitehttp://ask.cakeph=
p.organd<br>
&gt; &gt;&gt;&gt; help others with their CakePHP related questions.<br>
&gt;<br>
&gt; &gt;&gt;&gt; To unsubscribe from this group, send email to<br>
&gt; &gt;&gt;&gt; <a href=3D"mailto:cake-php%2Bunsubscribe@googlegroups.com=
">cake-php+unsubscribe@googlegroups.com</a> For more options, visit this<br=
>
</div>&gt; &gt;&gt;&gt; group athttp://<a href=3D"http://groups.google.com/=
group/cake-php" target=3D"_blank">groups.google.com/group/cake-php</a><br>
<div class=3D"im">&gt;<br>
&gt; &gt;&gt; =A0--<br>
&gt; &gt;&gt; Our newest site for the community: CakePHP Video Tutorials<br=
>
&gt; &gt;&gt;<a href=3D"http://tv.cakephp.org" target=3D"_blank">http://tv.=
cakephp.org</a><br>
</div>&gt; &gt;&gt; Check out the new CakePHP Questions sitehttp://ask.cake=
php.organd help<br>
<div class=3D"im">&gt; &gt;&gt; others with their CakePHP related questions=
.<br>
&gt;<br>
&gt; &gt;&gt; To unsubscribe from this group, send email to<br>
&gt; &gt;&gt; <a href=3D"mailto:cake-php%2Bunsubscribe@googlegroups.com">ca=
ke-php+unsubscribe@googlegroups.com</a> For more options, visit this group<=
br>
</div>&gt; &gt;&gt; athttp://<a href=3D"http://groups.google.com/group/cake=
-php" target=3D"_blank">groups.google.com/group/cake-php</a><br>
<div class=3D"im">&gt;<br>
&gt; &gt; =A0--<br>
&gt; &gt; Our newest site for the community: CakePHP Video Tutorials<br>
&gt; &gt;<a href=3D"http://tv.cakephp.org" target=3D"_blank">http://tv.cake=
php.org</a><br>
</div>&gt; &gt; Check out the new CakePHP Questions sitehttp://ask.cakephp.=
organd help<br>
<div class=3D"im">&gt; &gt; others with their CakePHP related questions.<br=
>
&gt;<br>
&gt; &gt; To unsubscribe from this group, send email to<br>
&gt; &gt; <a href=3D"mailto:cake-php%2Bunsubscribe@googlegroups.com">cake-p=
hp+unsubscribe@googlegroups.com</a> For more options, visit this group<br>
</div>&gt; &gt; athttp://<a href=3D"http://groups.google.com/group/cake-php=
" target=3D"_blank">groups.google.com/group/cake-php</a><br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
--<br>
Our newest site for the community: CakePHP Video Tutorials <a href=3D"http:=
//tv.cakephp.org" target=3D"_blank">http://tv.cakephp.org</a><br>
Check out the new CakePHP Questions site <a href=3D"http://ask.cakephp.org"=
 target=3D"_blank">http://ask.cakephp.org</a> and help others with their Ca=
kePHP related questions.<br>
<br>
<br>
To unsubscribe from this group, send email to<br>
<a href=3D"mailto:cake-php%2Bunsubscribe@googlegroups.com">cake-php+unsubsc=
ribe@googlegroups.com</a> For more options, visit this group at <a href=3D"=
http://groups.google.com/group/cake-php" target=3D"_blank">http://groups.go=
ogle.com/group/cake-php</a><br>


</div></div></blockquote></div><br></div>

--f46d043894eb4f00dc04b84e6f1a--