Results 1 to 3 of 3
Using Ubuntu Linux, and running a program from a remote location that is creating a file. I need an Linux program that can periodically email that file to me with ...
- 02-19-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 4
Email program that auto mails a file?
Using Ubuntu Linux, and running a program from a remote location that is creating a file. I need an Linux program that can periodically email that file to me with no prompting at the remote location - just every so often, automatically emails the file. Know of any app that can do that?
- 02-19-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,078
I believe you should be able to set something up using cron to handle that chore:
https://help.ubuntu.com/community/CronHowto
Hope it works for you.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-20-2011 #3Just Joined!
- Join Date
- May 2006
- Posts
- 73
sendmail is usually installed by default. Postfix will do the same thing. Create a cron job and use sendmail or postfix to attach the file to the email and away it goes
This is a decent primer on sendmail.
Software :: SendEmail - Send email with this free command line email client


Reply With Quote
