Re: Exim send email with subject

2003-02-18 Thread Bob McGowan
Or: echo -e 'Subject: testing\nhello' | exim [EMAIL PROTECTED] will also work. This works with standard sendmail and ssmtp as well. Igor Pechtchanski wrote: On Tue, 18 Feb 2003, Olaf Foellinger wrote: On Tue, Feb 18, 2003 at 02:31:11PM +0100, [EMAIL PROTECTED] wrote: Hi, I use exim to

Re: Exim send email with subject

2003-02-18 Thread Igor Pechtchanski
On Tue, 18 Feb 2003, Olaf Foellinger wrote: > On Tue, Feb 18, 2003 at 02:31:11PM +0100, [EMAIL PROTECTED] wrote: > > Hi, > > > > I use exim to send emails from cygwin command line. How can I set the subject? I >write something lik this: > > echo hello | exim [EMAIL PROTECTED] > > For this purpose

Re: Exim send email with subject

2003-02-18 Thread Olaf Foellinger
On Tue, Feb 18, 2003 at 02:31:11PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I use exim to send emails from cygwin command line. How can I set the subject? I >write something lik this: > echo hello | exim [EMAIL PROTECTED] For this purpose it's posssible to use mutt. Gruss Olaf Föllinger --

Re: Exim send email with subject

2003-02-18 Thread Randall R Schulz
Juraj, Subject:, like Date:, To:, CC:, BCC:, Reply-To: and many others, is part of the headers in message itself, not part of the envelope information needed by the MTAs to get the mail to its recipient(s). If you want to be able to specify header information on the command line, write a cover