One way to find out what is happening is to send the output to a file
instead of piping it to your mailer. set $sendmail to ">/tmp/mail" and
check what's in it, then pipe it to your mailer to see why it won't go.
You don't say which mailer you use either.
Other than going back to 1.8.2 there is no easy way to change emails
back to inline.
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 Fri, 22 Mar 2002, David Ratte wrote:
> Hey all,
> I'm having a problem sending e-mail forms - they all go out as "empty"
> attachments.
>
> Everything shows up fine on screen, but when I output to email I get a
> confirmation that an email was sent, however the attachment contains no data.
>
> This is true for all forms, invoices, quotes/sales orders, etc. so its not
> likely an HTML problem in the templates.
>
> The code has changed quite a bit from 1.8.2 to .3 and I'm having a little
> difficulty following how this new one works - but my assumption would be that
> if it works on screen, it should email the same data.
>
> Is there an easy way to change the e-mail back to in-line (the way it was)
> rather than as an attachment? Perhaps that is casing some of the difficulty I
> am having.
>
> I haven't seen similar traffic on the list, has anyone else had this problem??
>
> Thanks,
> Dave Ratte
> dr...@su...
>
>
|