[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trivial SMTP client
On Fri, Mar 29, 2002 at 08:16:23PM -0800, Dave Taira wrote:
> On Fri, 29 Mar 2002, David S. wrote:
>
> > (Re-inventing the wheel) You could do the 'telnet' trick with 'expect'.
> > But 'telnet' + 'expect' + 'tcl' + ... would not be a "small" SMTP client.
>
> You could also use nc(1). As long as you generate the right text,
> it should work. Something like:
>
There is a trivial SMTP mailer for plain tcl, no extensions required.
There are other trivial mailers too, you just have to look for them.
./patrick