1752795 Members
6186 Online
108789 Solutions
New Discussion юеВ

Re: elm

 
SOLVED
Go to solution
KAYSER
New Member

elm

send mail with elm in mode command
with attach binary
3 REPLIES 3
Jean-Luc Oudart
Honored Contributor
Solution

Re: elm

Jean-Luc Oudart
Honored Contributor

Re: elm

Just tried with a binary file (pdf) no pb :

uuencode myfile.pdf myfile.pdf | elm -s "test1" yourname@youraddress.com

Regards,
Jean-Luc
fiat lux
Hoefnix
Honored Contributor

Re: elm

I think the menu driven elm will explain itself, after typing the body text you will be asked if you want attachments.

From command line you can do it like this:

uuencode binary.file binary.filename_in_attachement | elm -s "subject of mail" account@domain.com

This will do the trick.


Regards,
Peter
Peter