Hi there,
I am attempting to avoid reinventing the wheel if such a wheel already
exists. I have a sendmail (freeware, not pro) system in a small office of
engineers which should not require my manual intervention in order for
them to create mail aliases for themselves on the mail server. Howeve
Whenever I send binary attachments with elm, they come across as ascii. The
format I'm using is
elm -s [subject] [recipient] < [filename]
I couldn't find anything in the manpage, is there a flag I can use to change
this? Or should I just use a different mailer?
-Sally
___
[EMAIL PROTECTED] said:
> Whenever I send binary attachments with elm, they come across
> as ascii.
You need to encode the attachments (which elm, AFAIK, does not do
automatically). Are you doing this?
(If you aren't, or don't know what I'm talking about, look up
'mpack' or 'uuencode'; I don't r