In <[email protected]>, Yuriy Kuznetsov wrote: >Could you give some commands as examples of sending emails with exim4, >please?
Install bsd-mailx.
echo 'Body of the message' | mailx -s 'Subject Line' 'to#1' 'to#2'
OR
printf 'dot-stuffed-Headers\n\ndot-stuffed-Body of message' | \
/usr/sbin/sendmail
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
[email protected] ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.

