This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exim send email with subject


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 script that composes a properly formatted message form those command-line options and submits it via exim. That's what I did for ssmtp.

Randall Schulz


At 05:31 2003-02-18, Juraj.Lenharcik@t-systems.com 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 doe@joe.com


Thanks,
Juraj

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]