Re: [Exim] Subject Option

Top Page
Delete this message
Reply to this message
Author: Jeremy C. Reed
Date:  
To: rche
CC: exim-users
Subject: Re: [Exim] Subject Option
On Tue, 27 Aug 2002 rche@??? wrote:

> I just wondering that if I use exim to send an email, which option to let
> me add my subject on it ?
> Sorry about the silly question.


The subject header is added by the client (aka MUA).

So send the headers to exim like:

echo "Subject: the subject here

And message here after skipped line" | exim your@recipient

Or use mail(1), like:

mail -s "Your subject here" your@recipient < your email


Jeremy C. Reed

  http://bsd.reedmedia.net/  -- BSD news and resources
  http://www.isp-faq.com/    -- find answers to your questions