CDONTS and Faxmaker

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DCN

    CDONTS and Faxmaker

    I use CDONTS and SQL to send a periodic e-mail to a group
    or clients through smtp on Win2K SBS. I have about half
    my clientel who only have a fax machine and no e-mail.
    Faxmaker is installed as a component to Exchange and any e-
    mail that I generate from outlook with an address in
    the "to" field listed as fax:2125551212 will route out
    through faxmaker and not smtp. Can this be accomplished
    somehow through CDONTS?
  • Curt_C [MVP]

    #2
    Re: CDONTS and Faxmaker

    I doubt it. SMTP isn't directly tied to the Exchange but rather an
    independant service.
    You will probably have to look at a secondary component to send through the
    fax service instead of SMTP. We've used FacSys with good success in the past
    and I know there are many others out there.


    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Da rkfalz.Com)
    Owner/Lead Designer, DF-Software

    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------


    "DCN" <dcnardella@hot mail.com> wrote in message
    news:045101c363 91$e9e8c620$a50 1280a@phx.gbl.. .[color=blue]
    > I use CDONTS and SQL to send a periodic e-mail to a group
    > or clients through smtp on Win2K SBS. I have about half
    > my clientel who only have a fax machine and no e-mail.
    > Faxmaker is installed as a component to Exchange and any e-
    > mail that I generate from outlook with an address in
    > the "to" field listed as fax:2125551212 will route out
    > through faxmaker and not smtp. Can this be accomplished
    > somehow through CDONTS?[/color]


    Comment

    Working...