Re: html email troubles
On Wed, Jul 14, 2004 at 07:12:10PM +0000, gj@xxxxxxxxxxxxxxxx wrote:
>
> [snip]
> text/html; lynx --dump %s; copiousoutput; description="HTML Text"; \
> test=test -n "`which lynx`"
> text/html; lynx --dump %s; needsterminal; description="HTML Text"; \
> test=test -n "`which lynx`"
> [snip]
>
> both of which are simply cannibalized off of config files found on the 'Net.
> When I view am html email, I get a bunch of source code instead of rendered
> html.
You may need to give lynx the -force-html option too, as the temp
filename may not give it enough clue about the content type.
mm