On 02/05/2015 10:34 AM, andy pugh wrote: > On 5 February 2015 at 16:22, Sebastian Kuzminsky <[email protected]> wrote: > >> http://www.wikihow.com/Text-from-a-Computer-to-a-Cell-Phone >> >> > <Illogical> > > My first thought was "10p per message!" but then I remembered that I am > turning a £40 brass bar into swarf... > Sending an email is VERY easy in Linux. I have a cron job that looks for changed files on my web server and sends me a report every morning. The line that sends the file is :
mail -s changed_files [email protected] < /tmp/changedfiles.txt So, it mails the file /tmp/changedfiles.txt to user [email protected] with subject line changed_files. Couldn't possibly be simpler! Jon ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
