Re: Command line email clients

2004-05-14 Thread jerzy szczudłowski
Robert Pollard wrote: > I need to automate email notifications from a shell script. I also > need to be able to set up the email servers for sending mail through a Then all you need is ssmtp (assuming you have somwhere real mail hub). Look into /etc/ssmtp/ssmtp.conf - it has three options to

Re: Command line email clients

2004-05-14 Thread Robert R Schneck
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 n

Re: Command line email clients

2004-05-14 Thread Igor Pechtchanski
On Fri, 14 May 2004, Robert Pollard wrote: > Hi, > > I need to automate email notifications from a shell script. I also > need to be able to set up the email servers for sending mail through a > shell script. Which ever email client I use, I need to automate the > process of setting up and sendi

RE: Command line email clients

2004-05-14 Thread Buchbinder, Barry (NIH/NIAID)
the script that I use to format the message to ssmtp. It is not totally generic, so you'll have to make changes and test. -Original Message- From: Robert Pollard [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 12:08 PM To: [EMAIL PROTECTED] Subject: Command line email clients

Re: Command line email clients

2004-05-14 Thread Eduardo Chappa
*** Robert Pollard ([EMAIL PROTECTED]) wrote in the cygwin list today: :) I need to automate email notifications from a shell script. I also :) need to be able to set up the email servers for sending mail through a :) shell script. Which ever email client I use, I need to automate the :) proce

Command line email clients

2004-05-14 Thread Robert Pollard
Hi, I need to automate email notifications from a shell script. I also need to be able to set up the email servers for sending mail through a shell script. Which ever email client I use, I need to automate the process of setting up and sending mail. I have looked at Pine and tried to find in