Re: Fax Program

2005-01-12 Thread Bryan Stevenson
hehe ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190171
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fax Program

2005-01-12 Thread Andy Ousterhout
Had my 48th birthday yesterday.  More brain cells dying every day!

-Original Message-
From: Bryan Stevenson


ah...so a  little RTFM saves the day ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190163
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fax Program

2005-01-12 Thread Bryan Stevenson
ah...so a  little RTFM saves the day ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~|
Purchase Studio MX from House of Fusion, a Macromedia Authorized Affiliate and 
support the CF community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=50

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fax Program

2005-01-12 Thread Andy Ousterhout
I just found out how to do it using WinFax.   For some brain-dead reason, I
wasn't looking under mail merge.  Based off of the following, it looks like
I can send WinFax a single document using the following codes to separate
faxes:

<>   fax number (maximum 47 characters)
<>recipient name (maximum 31 characters)
<> transmit time (HH:MM:SS time format)
<> transmit date (MM/DD/YY date format)
<>  company name (maximum 42 characters)
<>  subject (maximum 79 characters)
<>  keywords (maximum 33 characters)
<> billing code (maximum 26 characters)



~|
Purchase Captivate from House of Fusion, a Macromedia Authorized Affiliate and 
support the CF community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=52

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fax Program

2005-01-12 Thread Bryan Stevenson
buy a fax board and install it in your server...then ya can use yer own LD 
provider

OR

start looking at CFEXECUTE and see if you can have CF fire up WinFax for ya 
and send 'em

HTH

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fax Program

2005-01-12 Thread Andy Ousterhout
Because this costs $.10 per page versus $.03-.05 per page and it is my
business, therefore my money.  If I can find a solution that enables me to
use my own Long Distance service, then I'd prefer to to that.


-Original Message-
From: Ray Champagne

Why not just set up a database, then loop over the numbers in it, and send
from the many companies on the web that do this?

I haven't done it before, but that seems to be a pretty simple
solutionmaybe too simple?

Ray

At 05:42 PM 1/12/2005, you wrote:
>FaxNow! from RedRock has an API which may help, or potentially you
>could look at on-line fax providers such as eFax
>
>HTH
>
>
>On Wed, 12 Jan 2005 16:35:16 -0600, Andy Ousterhout
><[EMAIL PROTECTED]> wrote:
> > Has anyone worked with a fax program that I can send the fax number
> along with
> > the page to be faxed?   I need to send out several hundred faxes each
> month to
> > clients  with an order sheet and their purchases for that month from the
> > previous year.  I currently use WinFax and have to manually select the
fax
> > number from a list for each customer.
> >
> > Regards,
> > Andy Ousterhout
> > O'My Goodness
> > www.omygoodness.com
> > 910 Sherwood Drive, Unit 19
> > Lake Bluff, IL60044
> >
> > Phone 847.735.9890
> > Fax 847.735.9910
> > Yahoo IM:  andy_ousterhout
> > AOL IM:  aousterhou
> >
> >
>
>



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fax Program

2005-01-12 Thread Ray Champagne
Why not just set up a database, then loop over the numbers in it, and send 
from the many companies on the web that do this?

I haven't done it before, but that seems to be a pretty simple 
solutionmaybe too simple?

Ray

At 05:42 PM 1/12/2005, you wrote:
>FaxNow! from RedRock has an API which may help, or potentially you
>could look at on-line fax providers such as eFax
>
>HTH
>
>
>On Wed, 12 Jan 2005 16:35:16 -0600, Andy Ousterhout
><[EMAIL PROTECTED]> wrote:
> > Has anyone worked with a fax program that I can send the fax number 
> along with
> > the page to be faxed?   I need to send out several hundred faxes each 
> month to
> > clients  with an order sheet and their purchases for that month from the
> > previous year.  I currently use WinFax and have to manually select the fax
> > number from a list for each customer.
> >
> > Regards,
> > Andy Ousterhout
> > O'My Goodness
> > www.omygoodness.com
> > 910 Sherwood Drive, Unit 19
> > Lake Bluff, IL60044
> >
> > Phone 847.735.9890
> > Fax 847.735.9910
> > Yahoo IM:  andy_ousterhout
> > AOL IM:  aousterhou
> >
> >
>
>

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fax Program

2005-01-12 Thread JediHomer
FaxNow! from RedRock has an API which may help, or potentially you
could look at on-line fax providers such as eFax

HTH


On Wed, 12 Jan 2005 16:35:16 -0600, Andy Ousterhout
<[EMAIL PROTECTED]> wrote:
> Has anyone worked with a fax program that I can send the fax number along with
> the page to be faxed?   I need to send out several hundred faxes each month to
> clients  with an order sheet and their purchases for that month from the
> previous year.  I currently use WinFax and have to manually select the fax
> number from a list for each customer.
> 
> Regards,
> Andy Ousterhout
> O'My Goodness
> www.omygoodness.com
> 910 Sherwood Drive, Unit 19
> Lake Bluff, IL60044
> 
> Phone 847.735.9890
> Fax 847.735.9910
> Yahoo IM:  andy_ousterhout
> AOL IM:  aousterhou
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fax Program

2005-01-12 Thread Bryan Stevenson
Lotsa options out therehaven't used anyGoogle it ;-)

The only name I think I remember is "ProtoFax"

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: "Andy Ousterhout" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Wednesday, January 12, 2005 2:35 PM
Subject: Fax Program


> Has anyone worked with a fax program that I can send the fax number along 
> with
> the page to be faxed?   I need to send out several hundred faxes each 
> month to
> clients  with an order sheet and their purchases for that month from the
> previous year.  I currently use WinFax and have to manually select the fax
> number from a list for each customer.
>
> Regards,
> Andy Ousterhout
> O'My Goodness
> www.omygoodness.com
> 910 Sherwood Drive, Unit 19
> Lake Bluff, IL60044
>
> Phone 847.735.9890
> Fax 847.735.9910
> Yahoo IM:  andy_ousterhout
> AOL IM:  aousterhou
>
>
>
> 

~|
 Save $10 Download ZoneAlarm Security Suite 
http://www.houseoffusion.com/banners/view.cfm?bannerid=66

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Fax Program

2005-01-12 Thread Andy Ousterhout
Has anyone worked with a fax program that I can send the fax number along with
the page to be faxed?   I need to send out several hundred faxes each month to
clients  with an order sheet and their purchases for that month from the
previous year.  I currently use WinFax and have to manually select the fax
number from a list for each customer.

Regards,
Andy Ousterhout
O'My Goodness
www.omygoodness.com
910 Sherwood Drive, Unit 19
Lake Bluff, IL60044

Phone 847.735.9890
Fax 847.735.9910
Yahoo IM:  andy_ousterhout
AOL IM:  aousterhou



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54