Eduardo Chappa <[EMAIL PROTECTED]> wrote: > I think your best option is to use Mutt, unless you really, really want > to use Pine. It is possible to use Pine, but only if you apply a patch to > make it work that way, Pine (without patching) does not send e-mail non > interactively. Pine does not require ssmtp, since Pine connects directly > to an SMTP server if you define "smtp-server" in your .pinerc file.
You can also set "sendmail-path" in your .pinerc file to use "ssmtp -t". That's not particularly useful, but if you write a little script to queue outgoing mail and set "sendmail-path=/path/to/queuemail", and then have a separate script run regularly to try to send the queued mail using ssmtp -t, you have a nice way to use Pine offline. Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/