Koozali.org: home of the SME Server

Send files to a mail account

Sylvain

Send files to a mail account
« on: July 26, 2003, 10:34:59 PM »
Hello Folks,

From the command line, how do I send a files to a mail account?

Thank you!

Lothar Maier

Re: Send files to a mail account
« Reply #1 on: July 27, 2003, 02:08:29 AM »
man mutt :-)

Try:
mutt -a file -s "subject" < mailtext  address

--
    Lo

Michael Smith

Re: Send files to a mail account
« Reply #2 on: July 27, 2003, 04:01:26 AM »
Google for "BLAT"

Michael Smith

Re: Send files to a mail account
« Reply #3 on: July 27, 2003, 10:59:04 AM »
Whoops, misparsed the question!  My assumption was that the command line in question was from the land of Redmondor (where the windows lie).  Still, mayhap some of you who've not run across blat before will find it handy.

Harald van Buel

Re: Send files to a mail account
« Reply #4 on: July 28, 2003, 12:47:13 AM »
You might wanna have a look at FileExchange if you plan to do a lot of transferring.
Its a PHP based proggie that allows you to send files to an e-mail adres.
http://www.seattleserver.com/projects.htm
There should be a sme rpm somewhere to !

mike mattos

Re: Send files to a mail account
« Reply #5 on: July 28, 2003, 08:58:40 PM »
this may be a dumb assumption, but if the mail account is on the command line computer, wouldn't cp work?

and if the file is not on the command line computer, don't you need an email client to create a wrapper?

Someone here pointed me to WinSCP2 to use to move files from windows clients to/from SME, works great wherever I have privileges, BLAT is very useful too