"Carlos" <angus / quovadis.com.ar> wrote in message
> >       wa.write("Reply-To:{@from}\r\n")
>
>                             ^^^^^^---  should be #{@from}
>
> >       wa.write("To:{@to}\r\n")
>
>                       ^^^^^--- should be #{@to}
>
> >
> >       wa.write("Subject:{@subject}\r\n")
>
>                            ^^^^^^^^^^--  #{@subject}
>
> >
> >       wa.write("MIME-Version:.0\r\n")

Thanks for pointing that out ... I corrected them and some more
minor issues and still not able to make it work. :-((

-- shanko