Fax Broadcasting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MasoodAdnan@gmail.com

    Fax Broadcasting

    Hi,

    We send so many faxes every day. So the best thing is to write
    something which can automate this process.

    There are services who charge like 6 or 7 cents per page and can send
    thousands of fax in minutes. I wonder how do they do it? I would like
    to write a fax tool which can send multiple faxes (same fax to several
    different numbers). Also, is it even possible to send fax thru
    internet connection (instead of modem and phone line)?

    Any pointers in this regard will be greatly appreciated.

    I am going to post the same question in vb.net.

    Thanks

  • Michael A. Covington

    #2
    Re: Fax Broadcasting

    I hope you're not sending unsolicited advertisements by fax. That is, as I
    understand it, again illegal (after a period of being in doubt).

    <MasoodAdnan@gm ail.com> wrote in message
    news:1127606222 .590510.192490@ f14g2000cwb.goo glegroups.com.. .[color=blue]
    > Hi,
    >
    > We send so many faxes every day. So the best thing is to write
    > something which can automate this process.
    >
    > There are services who charge like 6 or 7 cents per page and can send
    > thousands of fax in minutes. I wonder how do they do it? I would like
    > to write a fax tool which can send multiple faxes (same fax to several
    > different numbers). Also, is it even possible to send fax thru
    > internet connection (instead of modem and phone line)?
    >
    > Any pointers in this regard will be greatly appreciated.
    >
    > I am going to post the same question in vb.net.
    >
    > Thanks
    >[/color]


    Comment

    • John Vottero

      #3
      Re: Fax Broadcasting

      <MasoodAdnan@gm ail.com> wrote in message
      news:1127606222 .590510.192490@ f14g2000cwb.goo glegroups.com.. .[color=blue]
      > Hi,
      >
      > We send so many faxes every day. So the best thing is to write
      > something which can automate this process.
      >
      > There are services who charge like 6 or 7 cents per page and can send
      > thousands of fax in minutes. I wonder how do they do it? I would like
      > to write a fax tool which can send multiple faxes (same fax to several
      > different numbers). Also, is it even possible to send fax thru
      > internet connection (instead of modem and phone line)?
      >
      > Any pointers in this regard will be greatly appreciated.
      >
      > I am going to post the same question in vb.net.
      >[/color]

      Nobody that has a fax machine is going to help you. That narrows the
      potential pool considerably.



      Comment

      • Curtis

        #4
        Re: Fax Broadcasting

        Wow guys, how about not assuming he needs this for something "illegal".
        There are several legit instances where a business would need to send out a
        large number of faxes. One use would be if the company deals in produce or
        other perishables and nedd to fax a list of available inventory to customers
        each morning.

        If your fax is in Word format you might be able to automate the sending
        using VBA scripting.


        "John Vottero" wrote:
        [color=blue]
        > <MasoodAdnan@gm ail.com> wrote in message
        > news:1127606222 .590510.192490@ f14g2000cwb.goo glegroups.com.. .[color=green]
        > > Hi,
        > >
        > > We send so many faxes every day. So the best thing is to write
        > > something which can automate this process.
        > >
        > > There are services who charge like 6 or 7 cents per page and can send
        > > thousands of fax in minutes. I wonder how do they do it? I would like
        > > to write a fax tool which can send multiple faxes (same fax to several
        > > different numbers). Also, is it even possible to send fax thru
        > > internet connection (instead of modem and phone line)?
        > >
        > > Any pointers in this regard will be greatly appreciated.
        > >
        > > I am going to post the same question in vb.net.
        > >[/color]
        >
        > Nobody that has a fax machine is going to help you. That narrows the
        > potential pool considerably.
        >
        >
        >
        >[/color]

        Comment

        Working...