This shouldn't be a problem. Your smtp agent should simply queue until such time as your connected. If you need to do this by hand, you should be able to write the entire message, then postpone it's mailing until you're connected. So, there are two suggestions for you. My mta agent is sendmail, and it happily accepts email it can't deliver yet, for example when I'm on an airplane. And, when next I'm connected, it happily sends it off. If I need to push it, I simply do: sendmail -q0 Also, if for some reason, I decide I'm not quite done with a message I'm writing in mutt, I simply P postpone it. I know pine also does that. So, I don't know if this helps you, but what you're asking for is a very common requirement of road warriors. Tyler Spivey writes: > I'm looking for a way of sending mail from my home computer, and > having it queued up in a file or directory until I arrive at school and bring > my files, including that file or directory with my queued mail. > I have cygwin at school, and currently use getmail with > a mbox file to retrieve my mail, and filter it through maildrop at home. > my current python solution is just an ugly hack. > I've written a cupple of Python scripts to do this. If this message > is getting to the list, then they work. If anyone's interested in them, > let me know and I'll send them your way, unless I've > found another solution to my problem, in which case I'll send that. > > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Janina Sajka Phone: +1.202.494.7040 Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com Chair, Accessibility Workgroup Free Standards Group (FSG) janina at freestandards.org http://a11y.org If Linux can't solve your computing problem, you need a different problem.