Hi, list.

I am having a problem with Mail-To-Fax that just has me stumped.  I wrote a
Perl script to take information (fax number, sender name, message body) from
a web form and mail it to a dynamic fax alias using imail1.exe.  I have
verified that the mail is formatting properly, as the output initially goes
to a file that I can view, provided I don't unlink it in the script.
Unfortunately, when the mail-to-fax engine gets hold of the message, it
invariably strips the first few lines before sending the fax.

For example:

        ------------------------------------------------------------------
        Fax From: Waldo Rasmussen
        Date:     10/14/99 13:13:05 PDT
        Subject:  Facsimile Transmission
        ------------------------------------------------------------------

        Arlo:

        We have your cabbage.


Becomes:


        Arlo:

        We have your cabbage.


It's almost as if it thinks it is stripping mail header information.
There's only one problem with this: I set the script up to include that info
in that format myself and don't want it stripped.

Anyone have any idea what's going on here?  It's not Perl because I have
verified the output via text file and imail1.exe is definitely reading the
file.

___________________________________
David V. Brenner - [EMAIL PROTECTED]
International Services Network Corporation
http://www.cport.com



Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to