Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Sylvain on July 26, 2003, 10:34:59 PM

Title: Send files to a mail account
Post by: Sylvain 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!
Title: Re: Send files to a mail account
Post by: Lothar Maier on July 27, 2003, 02:08:29 AM
man mutt :-)

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

--
    Lo
Title: Re: Send files to a mail account
Post by: Michael Smith on July 27, 2003, 04:01:26 AM
Google for "BLAT"
Title: Re: Send files to a mail account
Post by: Michael Smith 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.
Title: Re: Send files to a mail account
Post by: Harald van Buel 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 !
Title: Re: Send files to a mail account
Post by: mike mattos 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