Forms are sent as an attachment.
You could try to disable html conversion in Form.pm in function
format_string
my %umlaut = ( 'order' => { 'html' => [ '&', '<', '>', quotemeta('\n'),
'^M',
remove '&', '<' and '>' and see if it helps. If not remove the umlauts
too. quotemeta('\n') and ^M should remain but are not required either.
Let me know if it works.
Dieter Simader http://www.sql-ledger.org (780) 472-8161
DWS Systems Inc. Accounting Software Fax: 478-5281
=========== On a clear disk you can seek forever ===========
On Tue, 26 Mar 2002, Ralph Dorr wrote:
> I have been using SQL-Ledger since 1.4.x and have never had trouble with
> the email forms until I upgraded to 1.8.3.
>
> Here is the contents of the invoice.html file that gets sent:
>
> <head>
> tlIoetl <th colspan=5 align=right>Subtotal</th>
> < la2lnit50t
>
> Of course it will not open.
>
> What has changed as far as emailing forms and where can I look to
> correct it?
>
> Appreciate any help on this...
>
> Ralph Dorr
>
>
>
>
|